C# Class System.Data.Common.DbEnumerator

Inheritance: IEnumerator
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
DbEnumerator ( System.Data.Common.DbDataReader reader ) : System.Collections
DbEnumerator ( System.Data.Common.DbDataReader reader, bool closeReader ) : System.Collections
DbEnumerator ( IDataReader reader ) : System.Collections
DbEnumerator ( IDataReader reader, bool closeReader ) : System.Collections
MoveNext ( ) : bool

Private Methods

Method Description
BuildSchemaInfo ( ) : void
Reset ( ) : void

Method Details

DbEnumerator() public method

public DbEnumerator ( System.Data.Common.DbDataReader reader ) : System.Collections
reader System.Data.Common.DbDataReader
return System.Collections

DbEnumerator() public method

public DbEnumerator ( System.Data.Common.DbDataReader reader, bool closeReader ) : System.Collections
reader System.Data.Common.DbDataReader
closeReader bool
return System.Collections

DbEnumerator() public method

public DbEnumerator ( IDataReader reader ) : System.Collections
reader IDataReader
return System.Collections

DbEnumerator() public method

public DbEnumerator ( IDataReader reader, bool closeReader ) : System.Collections
reader IDataReader
closeReader bool
return System.Collections

MoveNext() public method

public MoveNext ( ) : bool
return bool