The queries that update rows by id (and version)

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

Syntax

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

See Also