KREDOR Business Object Framework Documentation

SelectFrom.And Method (String, Op, Object)

Appends the specified criteria to the current SelectFrom instance.

public SelectFrom And(
   String column,
   Op op,
   Object value
);

Parameters

String
A column name.
Op
A comparison operator.
Object
A value to comparare to.

Return Value

The current Kredor.BO.SelectFrom instance modified.

See Also

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