Skip to main content

imacrovalue-interface

Represents one macro value.

public interface Korzh.EasyQuery.IMacroValue

Assembly: Korzh.EasyQuery.dll

Properties

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

Methods

NameTypeDescription
GetValue(int index)stringGets the value by its index.