System.Data.ProviderBase.DataReaderContainer.GetValue C# (CSharp) Méthode

GetValue() abstract private méthode

abstract private GetValue ( int ordinal ) : object
ordinal int
Résultat object
        internal abstract object GetValue(int ordinal);
        internal abstract int GetValues(object[] values);