Skip to content

IMacroValue interface

Represents one macro value.

public interface Korzh.EasyQuery.IMacroValue

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
CountintGets the count of values returned by this macro
DataTypeDataTypeMacro data type
IdstringGets the macro ID.
ValuestringReturns the first value in list. It is useful for macros which hold only single value
NameTypeDescription
GetValue(int index)stringGets the value by its index.