Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetCustomSQLDeleteAll ( _ sql As String, _ callable As Boolean, _ checkStyle As ExecuteUpdateResultCheckStyle _ ) |
C# |
---|
public void SetCustomSQLDeleteAll( string sql, bool callable, ExecuteUpdateResultCheckStyle checkStyle ) |
Visual C++ |
---|
public: void SetCustomSQLDeleteAll( String^ sql, bool callable, ExecuteUpdateResultCheckStyle^ checkStyle ) |
JavaScript |
---|
function setCustomSQLDeleteAll(sql, callable, checkStyle); |
Parameters
- sql
- Type: System..::.String
- callable
- Type: System..::.Boolean
- checkStyle
- Type: NHibernate.Engine..::.ExecuteUpdateResultCheckStyle