Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
Namespace: NHibernate.DriverAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void Dispose() |
Visual Basic |
---|
Public Sub Dispose |
Visual C++ |
---|
public: virtual void Dispose() sealed |
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.