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

IsNull() public method

public IsNull ( ) : bool
return bool
		public bool IsNull()
		{
			return _isNull;
		}