Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub CloseCommand ( _ st As IDbCommand, _ reader As IDataReader _ ) |
C# |
---|
public void CloseCommand( IDbCommand st, IDataReader reader ) |
Visual C++ |
---|
public: virtual void CloseCommand( IDbCommand^ st, IDataReader^ reader ) sealed |
JavaScript |
---|
function closeCommand(st, reader); |