BaseCriteria LessThan operator (1 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, BaseCriteria criteria2)
parameter description
criteria1 The criteria1.
criteria2 The criteria2.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (2 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, DateTime value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (3 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, decimal value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (4 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, double value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (5 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, Enum value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (6 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, Guid value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (7 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, int value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (8 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, long value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (9 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, Parameter param)
parameter description
criteria1 The criteria1.
param The parameter.

Return Value

The result of the operator.

See Also


BaseCriteria LessThan operator (10 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Data

Implements the operator <.

public static BaseCriteria operator <(BaseCriteria criteria1, string value)
parameter description
criteria1 The criteria1.
value The value.

Return Value

The result of the operator.

See Also