Skip to content

BaseCriteria.InStatement method

Creates a new binary IN criteria containing this criteria as the left operand.

public BaseCriteria InStatement(BaseCriteria statement)
parameter description
statement The statement.

Return Value

A new binary IN criteria.

See Also