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);