Criteria.Bracket method
namespace: Serenity.Data assembly: Serenity.Net.Data
Creates a new criteria containing field name in brackets.
public static Criteria Bracket(string fieldName)
| parameter | description |
|---|---|
| fieldName | Name of the field. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | fieldName is null or empty string. |
See Also
- class Criteria