Skip to content

SimpleMacroValue class

Represents one macro value.

public class Korzh.EasyQuery.SimpleMacroValue
: IMacroValue

Properties

TypeNameDescription
Int32CountGets the count of values returned by this macro
DataTypeDataTypeGets or sets macro data type
StringIDGets the macro ID.
StringValueReturns the first value in list. It is useful for macros which hold only single value

Methods

TypeNameDescription
StringGetValue(Int32 index)Gets the value by its index.