[Missing <summary> documentation for "M:NHibernate.Engine.IBatcher.RemoveUnusedCommandParameters(System.Data.IDbCommand,NHibernate.SqlCommand.SqlString)"]

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

Syntax

C#
void RemoveUnusedCommandParameters(
	IDbCommand cmd,
	SqlString sqlString
)
Visual Basic
Sub RemoveUnusedCommandParameters ( _
	cmd As IDbCommand, _
	sqlString As SqlString _
)
Visual C++
void RemoveUnusedCommandParameters(
	IDbCommand^ cmd, 
	SqlString^ sqlString
)

Parameters

cmd
Type: System.Data..::..IDbCommand

[Missing <param name="cmd"/> documentation for "M:NHibernate.Engine.IBatcher.RemoveUnusedCommandParameters(System.Data.IDbCommand,NHibernate.SqlCommand.SqlString)"]

sqlString
Type: NHibernate.SqlCommand..::..SqlString

[Missing <param name="sqlString"/> documentation for "M:NHibernate.Engine.IBatcher.RemoveUnusedCommandParameters(System.Data.IDbCommand,NHibernate.SqlCommand.SqlString)"]

See Also