C# Class System.Data.ProviderBase.DataReaderContainer.ProviderSpecificDataReader

Inheritance: DataReaderContainer
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
GetFieldType Type
GetValue object
GetValues int
ProviderSpecificDataReader System.Data.Common

Private Methods

Méthode Description
GetFieldType ( int ordinal ) : Type
GetValue ( int ordinal ) : object
GetValues ( object values ) : int
ProviderSpecificDataReader ( IDataReader dataReader, System.Data.Common.DbDataReader dbDataReader ) : System.Data.Common