IMacroValue interface
IMacroValue interface
Section titled “IMacroValue interface”Represents one macro value.
public interface Korzh.EasyQuery.IMacroValue
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Int32 | Count | Gets the count of values returned by this macro |
DataType | DataType | Macro data type |
String | ID | Gets the macro ID. |
String | Value | Returns the first value in list. It is useful for macros which hold only single value |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
String | GetValue(Int32 index) | Gets the value by its index. |