KREDOR Business Object Framework Documentation

SelectFrom.Where Method (String, Op)

Appends the specified criteria to the current SelectFrom instance.

public SelectFrom Where(
   String column,
   Op op
);

Parameters

String
The column name.
Op
A comparison operator - IsNull, IsNotNull, IsMax or IsMin.

Return Value

The current Kredor.BO.SelectFrom instance modified.

See Also

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