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

IsNull() 공개 메소드

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