Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
Namespace:
NHibernate.DriverAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Dispose |
C# |
---|
public void Dispose() |
Visual C++ |
---|
public: virtual void Dispose() sealed |
JavaScript |
---|
function dispose(); |
Implements
IDisposable..::.Dispose()()()
Remarks
There are not any unmanaged resources or any disposable managed
resources that this class is holding onto. It is in here
to comply with the IDataReader interface.