The queries that update rows by id (and version)

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property SqlUpdateStrings As SqlCommandInfo()
C#
protected SqlCommandInfo[] SqlUpdateStrings { get; }
Visual C++
protected:
property array<SqlCommandInfo^>^ SqlUpdateStrings {
	array<SqlCommandInfo^>^ get ();
}
JavaScript
function get_sqlUpdateStrings();

See Also