[Missing <summary> documentation for "P:NHibernate.Persister.Entity.AbstractEntityPersister.SQLLazyUpdateByRowIdStrings"]

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

Syntax

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

See Also