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

IsNotNull() public method

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