TdsCompatibility
- Namespace:
PPDS.Dataverse.Query - Assembly:
PPDS.Dataverse - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
Result of a TDS Endpoint compatibility check.
Members
Fields
Compatible
TdsCompatibility Compatible
The query can be executed via the TDS Endpoint.
IncompatibleDml
TdsCompatibility IncompatibleDml
The query is a DML statement (INSERT, UPDATE, DELETE) which TDS does not support.
IncompatibleEntity
TdsCompatibility IncompatibleEntity
The target entity is not available via the TDS Endpoint (e.g., elastic/virtual table).
IncompatibleFeature
TdsCompatibility IncompatibleFeature
The query uses a feature not supported by the TDS Endpoint (e.g., virtual *name columns).