System.Data.ProviderBase.DataReaderContainer.GetValue C# (CSharp) Метод

GetValue() абстрактный приватный Метод

abstract private GetValue ( int ordinal ) : object
ordinal int
Результат object
        internal abstract object GetValue(int ordinal);
        internal abstract int GetValues(object[] values);