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

FetchInternal() protected method

protected FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
return void
		protected override void FetchInternal(ResultSet rs, int columnIndex) {
			throw new NotImplementedException("Should not be called");
		}

Same methods

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