ParamCriteria constructor
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the ParamCriteria class.
public ParamCriteria(string name)
| parameter | description |
|---|---|
| name | The parameter name. Should not start with @. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | name is null or empty |
| ArgumentOutOfRangeException | name starts with @. |
See Also
- class ParamCriteria