C# Class System.Data.ProviderBase.DataReaderContainer

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

Protected Properties

Свойство Type Description
_dataReader IDataReader
_fieldCount int

Private Properties

Свойство Type Description
Create DataReaderContainer
GetFieldType Type
GetName string
GetSchemaTable DataTable
GetValue object
GetValues int
NextResult bool
Read bool

Méthodes protégées

Méthode Description
DataReaderContainer ( IDataReader dataReader ) : System.Data.Common

Private Methods

Méthode Description
Create ( IDataReader dataReader, bool returnProviderSpecificTypes ) : DataReaderContainer
GetFieldType ( int ordinal ) : Type
GetName ( int ordinal ) : string
GetSchemaTable ( ) : DataTable
GetValue ( int ordinal ) : object
GetValues ( object values ) : int
NextResult ( ) : bool
Read ( ) : bool

Method Details

DataReaderContainer() protected méthode

protected DataReaderContainer ( IDataReader dataReader ) : System.Data.Common
dataReader IDataReader
Résultat System.Data.Common

Property Details

_dataReader protected_oe property

protected IDataReader _dataReader
Résultat IDataReader

_fieldCount protected_oe property

protected int _fieldCount
Résultat int