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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property SQLSnapshotSelectString As SqlString
C#
protected SqlString SQLSnapshotSelectString { get; }
Visual C++
protected:
property SqlString^ SQLSnapshotSelectString {
	SqlString^ get ();
}
JavaScript
function get_sqlSnapshotSelectString();

See Also