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

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

Syntax

C#
protected SqlString SQLLazySelectString { get; }
Visual Basic
Protected ReadOnly Property SQLLazySelectString As SqlString
	Get
Visual C++
protected:
property SqlString^ SQLLazySelectString {
	SqlString^ get ();
}

See Also