Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function DetermineDefault ( _ customSql As SqlString, _ callable As Boolean _ ) As ExecuteUpdateResultCheckStyle |
C# |
---|
public static ExecuteUpdateResultCheckStyle DetermineDefault( SqlString customSql, bool callable ) |
Visual C++ |
---|
public: static ExecuteUpdateResultCheckStyle^ DetermineDefault( SqlString^ customSql, bool callable ) |
JavaScript |
---|
NHibernate.Engine.ExecuteUpdateResultCheckStyle.determineDefault = function(customSql, callable); |