BaseCriteria.InStatement method

namespace: Serenity.Data   assemblySerenity.Net.Data

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

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

See Also