System.Data.ProviderBase.ClobReaderCacheContainer.FetchInternal C# (CSharp) Метод

FetchInternal() защищенный Метод

protected FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void
rs ResultSet
columnIndex int
isSequential bool
Результат void
		protected override void FetchInternal(ResultSet rs, int columnIndex, bool isSequential)
		{
			_clob = rs.getClob(columnIndex);
			if (!isSequential)
				ReadAll();
			
		}