simplemacrovalue-class
Represents one macro value.
public class Korzh.EasyQuery.SimpleMacroValue
: IMacroValue
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
SimpleMacroValue(string id, string value) | void | Initializes a new instance of the Korzh.EasyQuery.SimpleMacroValue class. |
Properties
Name | Type | Description |
---|---|---|
Count | int | Gets the count of values returned by this macro |
DataType | DataType | Gets or sets macro data type |
Id | string | Gets the macro ID. |
Value | string | Returns the first value in list. It is useful for macros which hold only single value |
Methods
Name | Type | Description |
---|---|---|
GetValue(int index) | string | Gets the value by its index. |