[Missing <summary> documentation for "M:NHibernate.AdoNet.AbstractBatcher.CloseCommand(System.Data.IDbCommand,System.Data.IDataReader)"]

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

Syntax

C#
public void CloseCommand(
	IDbCommand st,
	IDataReader reader
)
Visual Basic
Public Sub CloseCommand ( _
	st As IDbCommand, _
	reader As IDataReader _
)
Visual C++
public:
virtual void CloseCommand(
	IDbCommand^ st, 
	IDataReader^ reader
) sealed

Parameters

st
Type: System.Data..::..IDbCommand

[Missing <param name="st"/> documentation for "M:NHibernate.AdoNet.AbstractBatcher.CloseCommand(System.Data.IDbCommand,System.Data.IDataReader)"]

reader
Type: System.Data..::..IDataReader

[Missing <param name="reader"/> documentation for "M:NHibernate.AdoNet.AbstractBatcher.CloseCommand(System.Data.IDbCommand,System.Data.IDataReader)"]

Implements

IBatcher..::..CloseCommand(IDbCommand, IDataReader)

See Also