Field GreaterThanOrEqual operator (1 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, BaseCriteria criteria)
parameter description
field The field.
criteria The criteria.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (2 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, DateTime value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (3 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, decimal value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (4 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, double value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (5 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, Field field2)
parameter description
field The field.
field2 The field2.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (6 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, Guid value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (7 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, int value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (8 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, long value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (9 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, Parameter param)
parameter description
field The field.
param The parameter.

Return Value

The result of the operator.

See Also


Field GreaterThanOrEqual operator (10 of 10)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Implements the operator >=.

public static BaseCriteria operator >=(Field field, string value)
parameter description
field The field.
value The value.

Return Value

The result of the operator.

See Also