Catnap.Citeria.Conditions.IsNull.IsNull C# (CSharp) 메소드

IsNull() 공개 메소드

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