C# Class System.Data.Common.DbEnumerator

Inheritance: IEnumerator
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BuildSchemaInfo ( ) : void
Reset ( ) : void

Method Details

DbEnumerator() public méthode

public DbEnumerator ( System.Data.Common.DbDataReader reader ) : System.Collections
reader System.Data.Common.DbDataReader
Résultat System.Collections

DbEnumerator() public méthode

public DbEnumerator ( System.Data.Common.DbDataReader reader, bool closeReader ) : System.Collections
reader System.Data.Common.DbDataReader
closeReader bool
Résultat System.Collections

DbEnumerator() public méthode

public DbEnumerator ( IDataReader reader ) : System.Collections
reader IDataReader
Résultat System.Collections

DbEnumerator() public méthode

public DbEnumerator ( IDataReader reader, bool closeReader ) : System.Collections
reader IDataReader
closeReader bool
Résultat System.Collections

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool