Catnap.Citeria.Conditions.IsNull.IsNull C# (CSharp) Method

IsNull() public method

public IsNull ( string columnName ) : System
columnName string
return System
        public IsNull(string columnName)
            : base(columnName, string.Format("{{0}} is NULL"))
        {
        }
IsNull