QueryParameter Constructors
A parameter passed to a SqlQuery.| Name | Parameters | Description |
|---|---|---|
| QueryParameter() | none | Initializes a new instance of the QueryParameter class with the default settings. |
| QueryParameter(String, Type, Object) | name, type, value | Initializes a new instance of the QueryParameter class with the specified settings. |
See Also