SqlCompletionContextKind
- Namespace:
PPDS.Dataverse.Sql.Intellisense - Assembly:
PPDS.Dataverse - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
The kind of completion context at a cursor position in SQL text.
Members
Fields
Attribute
SqlCompletionContextKind Attribute
Attribute/column name completions.
Entity
SqlCompletionContextKind Entity
Entity/table name completions.
Keyword
SqlCompletionContextKind Keyword
SQL keyword completions (SELECT, FROM, WHERE, etc.).
None
SqlCompletionContextKind None
No completions available at this position.