QueryMetadata Properties
The QueryMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowCheck | Gets or sets the allow check flag. |
| AllowCrossCompany | Gets or sets the allow cross company flag. This indicates if query excution will be accross companies. |
| CompanyRanges | Gets or sets a collection of company names for cross-company queries. |
| DataSources | Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryDataSourceMetadata objects representing the query's data sources. |
| Description | |
| EnableOnlyModified | Get or sets the enable only modified flag. |
| Filters | Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryFilterMetadata objects representing the query's filter (aka WHERE) clauses. |
| GroupByFields | Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryGroupByMetadata objects representing the query's group-by clauses. |
| HavingFilters | Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryHavingMetadata objects representing the query's having (aka HAVING) clauses. |
| JoinPolymorphicTables | Gets or sets the polymorphic tables flag. This indicates if polymorphic tables will be automatically joined to parent and child tables. |
| Literals | Gets or sets the literals behavior. |
| ModifiedTimeStamp | Gets or sets the modified time stamp. |
| Name | Gets or sets the query name. |
| OrderByFields | Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryOrderByMetadata objects representing the query's order-by clauses. |
| OriginalAotQueryName | Gets or sets the original AOT query name. |
| QueryType | Gets or sets query type. |
| ReturnFlatDataSet | Gets or sets the return flat dataset flag. This indicates if the resulting data will be in a single table or not. |
| ReturnOnlyVisible | Gets or sets the hiding of invisible fields. This specifies if fields marked with "Visible=No" property in AOT should have its data returned. |
| Searchable | Gets or sets the searchable flag. This indicates if the query can be included in search indexing. |
| TimeZonePreference | Gets or sets timezone preference. |
| TitleLabelId | Gets or sets title label identifier. |
| UserUpdate | Gets or sets the user update flag. |
| ValidTimeStateAsOfDateTime | Gets or sets date and time if query is in the "as of" time state. |
| ValidTimeStateQueryType | Gets or sets type of time state. |
| ValidTimeStateValidFromDateTime | Gets or sets from date and time if query is in the "range" time state. |
| ValidTimeStateValidToDateTime | Gets or sets to date and time if query is in the "range" time state. |
Community Additions
ADD
Show: