FieldExpressionPair constructor
namespace: Serenity.Data assembly: Serenity.Net.Services
A pair of a field name and its SQL value expression.
public FieldExpressionPair(string Field, string Expression)
| parameter | description |
|---|---|
| Field | The field name. |
| Expression | The SQL value expression. |
See Also
- struct FieldExpressionPair