Class QueryConstants
- Namespace
- Foundation.Data.Doublets.Cli
- Assembly
- Foundation.Data.Doublets.Cli.dll
Constants used in query processing for pattern matching and link notation.
public static class QueryConstants
- Inheritance
-
QueryConstants
- Inherited Members
Fields
IndexSuffix
Suffix for explicit link index notation (e.g., "123:").
public const string IndexSuffix = ":"
Field Value
VariablePrefix
Prefix for variable identifiers (e.g., "$variable").
public const string VariablePrefix = "$"
Field Value
WildcardSymbol
Symbol representing a wildcard match (matches any value).
public const string WildcardSymbol = "*"