queryparam-class
Represents one parameter in parametrized query statement
public class Korzh.EasyQuery.QueryParam
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
QueryParam() | void | Initializes a new instance of the Korzh.EasyQuery.QueryParam class. |
QueryParam(QueryParam src) | void | Initializes a new instance of the Korzh.EasyQuery.QueryParam class. |
QueryParam(string id, DataType dataType, string value) | void | Initializes a new instance of the Korzh.EasyQuery.QueryParam class. |
Properties
Name | Type | Description |
---|---|---|
Caption | string | Gets or sets the caption. |
DataType | DataType | Type of the parameter |
EditorId | string | Gets or sets the default value editor for this parameter |
Id | string | Parameter ID |
IsGenerated | bool | Gets a value indicating whether this parameter is generated. |
Value | string | Parameter value |
ValueAsObject | object | Returns the value of parameter as object (according to DataType ). |
Methods
Name | Type | Description |
---|---|---|
CopyFrom(QueryParam param) | void | Copies all properties of query parameter to another parameter. |