System.Data.ProviderBase.ReaderCacheContainerBase.FetchInternal C# (CSharp) 메소드

FetchInternal() 보호된 추상적인 메소드

protected abstract FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
리턴 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