KREDOR Business Object Framework Documentation

SelectFrom.And Method (String, Op)

Appends the specified criteria to the current SelectFrom instance.

public SelectFrom And(
   String column,
   Op op
);

Parameters

String
A column name.
Op
A comparison operator: one of IsNull, IsNotNull, IsMax, IsMin.

Return Value

The current SelectFrom instance modified.

See Also

SelectFrom Class | Kredor.BO Namespace | SelectFrom.And Overload List