System.Data.ProviderBase.DataReaderContainer.GetValue C# (CSharp) Method

GetValue() abstract private method

abstract private GetValue ( int ordinal ) : object
ordinal int
return object
        internal abstract object GetValue(int ordinal);
        internal abstract int GetValues(object[] values);