Field GreaterThan operator (1 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (2 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (3 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (4 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (5 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (6 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (7 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (8 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field
Field GreaterThan operator (9 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- struct Parameter
- class Field
Field GreaterThan operator (10 of 10)
namespace: Serenity.Data assembly: Serenity.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
- class BaseCriteria
- class Field