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 @. |
exception | condition |
---|---|
ArgumentNullException | name is null or empty |
ArgumentOutOfRangeException | name starts with @. |
- class ParamCriteria