Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 609 Bytes

File metadata and controls

23 lines (16 loc) · 609 Bytes

ParamCriteria constructor

namespace: Serenity.Data   assemblySerenity.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