KREDOR Business Object Framework Documentation

WhereAttribute Constructor (String, Op)

Initializes an instance of the Attribute representing '[columnName] IS NULL' (using Op.IsNull or Op.IsNotNull)

public WhereAttribute(
   String columnName,
   Op op
);

See Also

WhereAttribute Class | Kredor.BO Namespace | WhereAttribute Constructor Overload List