[Missing <summary> documentation for "M:NHibernate.Mapping.ISqlCustomizable.SetCustomSQLUpdate(System.String,System.Boolean,NHibernate.Engine.ExecuteUpdateResultCheckStyle)"]

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

Syntax

C#
void SetCustomSQLUpdate(
	string sql,
	bool callable,
	ExecuteUpdateResultCheckStyle checkStyle
)
Visual Basic
Sub SetCustomSQLUpdate ( _
	sql As String, _
	callable As Boolean, _
	checkStyle As ExecuteUpdateResultCheckStyle _
)
Visual C++
void SetCustomSQLUpdate(
	String^ sql, 
	bool callable, 
	ExecuteUpdateResultCheckStyle^ checkStyle
)

Parameters

sql
Type: System..::..String

[Missing <param name="sql"/> documentation for "M:NHibernate.Mapping.ISqlCustomizable.SetCustomSQLUpdate(System.String,System.Boolean,NHibernate.Engine.ExecuteUpdateResultCheckStyle)"]

callable
Type: System..::..Boolean

[Missing <param name="callable"/> documentation for "M:NHibernate.Mapping.ISqlCustomizable.SetCustomSQLUpdate(System.String,System.Boolean,NHibernate.Engine.ExecuteUpdateResultCheckStyle)"]

checkStyle
Type: NHibernate.Engine..::..ExecuteUpdateResultCheckStyle

[Missing <param name="checkStyle"/> documentation for "M:NHibernate.Mapping.ISqlCustomizable.SetCustomSQLUpdate(System.String,System.Boolean,NHibernate.Engine.ExecuteUpdateResultCheckStyle)"]

See Also