Skip to content

SimpleMacroValue class

Represents one macro value.

public class Korzh.EasyQuery.SimpleMacroValue
: IMacroValue

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

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
SimpleMacroValue(string id, string value)voidInitializes a new instance of the Korzh.EasyQuery.SimpleMacroValue class.
NameTypeDescription
CountintGets the count of values returned by this macro
DataTypeDataTypeGets or sets macro 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.