DbDataReader.IDataReader.Close Method

Definition

For a description of this member, see Close().

 virtual void System.Data.IDataReader.Close() = System::Data::IDataReader::Close;
void IDataReader.Close ();
abstract member System.Data.IDataReader.Close : unit -> unit
override this.System.Data.IDataReader.Close : unit -> unit
Sub Close () Implements IDataReader.Close

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DbDataReader instance is cast to an IDataReader interface.

Applies to