BaseCriteria.In method (1 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

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

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

Exceptions

exception condition
ArgumentNullException statement is null or empty

See Also


BaseCriteria.In method (2 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

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

public BaseCriteria In(ISqlQuery statement)
parameter description
statement The statement query.

Exceptions

exception condition
ArgumentNullException statement is null

See Also


BaseCriteria.In<T> method (3 of 3)

namespace: Serenity.Data   assemblySerenity.Net.Data

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

public BaseCriteria In<T>(params T[] values)
parameter description
T Type of values
values The values.

Exceptions

exception condition
ArgumentNullException values

See Also