Skip to content

IMacroValue interface

Represents one macro value.

public interface Korzh.EasyQuery.IMacroValue
TypeNameDescription
Int32CountGets the count of values returned by this macro
DataTypeDataTypeMacro data type
StringIDGets the macro ID.
StringValueReturns the first value in list. It is useful for macros which hold only single value
TypeNameDescription
StringGetValue(Int32 index)Gets the value by its index.