System.Data.ProviderBase.ClobReaderCacheContainer.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( ) : object
return object
		public override object GetValue()
		{
			if (_s == null)
				ReadAll();
			return base.GetValue();
		}