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

GetValues() abstract private method

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