System.Data.ProviderBase.ReaderCacheContainerBase.FetchInternal C# (CSharp) Method

FetchInternal() protected abstract method

protected abstract FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
return void
		protected abstract void FetchInternal(ResultSet rs, int columnIndex);
		protected virtual void FetchInternal(ResultSet rs, int columnIndex, bool isSequential) {

Same methods

ReaderCacheContainerBase::FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void