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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property SqlUpdateRowString As SqlCommandInfo
C#
protected SqlCommandInfo SqlUpdateRowString { get; }
Visual C++
protected:
property SqlCommandInfo^ SqlUpdateRowString {
	SqlCommandInfo^ get ();
}
JavaScript
function get_sqlUpdateRowString();

See Also