KREDOR Business Object Framework Documentation

SelectFrom.Or Method (String, Op, Object)

Appends the specified criteria to the current SelectFrom instance.

public SelectFrom Or(
   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 SelectFrom instance modified.

See Also

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