DateFunctions
- Namespace:
PPDS.Dataverse.Query.Execution.Functions - Assembly:
PPDS.Dataverse - Kind: Class
Summary
T-SQL date/time functions evaluated client-side. YEAR/MONTH/DAY in GROUP BY are pushed to FetchXML dategrouping for server-side performance; all other usages evaluate here.
Members
Methods
RegisterAll
void RegisterAll(FunctionRegistry registry)
Registers all date functions into the given registry.