Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CustomSQLDeleteAll As SqlString
C#
public SqlString CustomSQLDeleteAll { get; }
Visual C++
public:
property SqlString^ CustomSQLDeleteAll {
	SqlString^ get ();
}
JavaScript
function get_customSQLDeleteAll();

See Also