QueryMetadata Properties

The QueryMetadata type exposes the following members.

  NameDescription
Public property AllowCheck Gets or sets the allow check flag.
Public property AllowCrossCompany Gets or sets the allow cross company flag. This indicates if query excution will be accross companies.
Public property CompanyRanges Gets or sets a collection of company names for cross-company queries.
Public property DataSources Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryDataSourceMetadata objects representing the query's data sources.
Public property Description
Public property EnableOnlyModified Get or sets the enable only modified flag.
Public property Filters Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryFilterMetadata objects representing the query's filter (aka WHERE) clauses.
Public property GroupByFields Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryGroupByMetadata objects representing the query's group-by clauses.
Public property HavingFilters Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryHavingMetadata objects representing the query's having (aka HAVING) clauses.
Public property JoinPolymorphicTables Gets or sets the polymorphic tables flag. This indicates if polymorphic tables will be automatically joined to parent and child tables.
Public property Literals Gets or sets the literals behavior.
Public property ModifiedTimeStamp Gets or sets the modified time stamp.
Public property Name Gets or sets the query name.
Public property OrderByFields Gets or sets a collection of Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryOrderByMetadata objects representing the query's order-by clauses.
Public property OriginalAotQueryName Gets or sets the original AOT query name.
Public property QueryType Gets or sets query type.
Public property ReturnFlatDataSet Gets or sets the return flat dataset flag. This indicates if the resulting data will be in a single table or not.
Public property 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.
Public property Searchable Gets or sets the searchable flag. This indicates if the query can be included in search indexing.
Public property TimeZonePreference Gets or sets timezone preference.
Public property TitleLabelId Gets or sets title label identifier.
Public property UserUpdate Gets or sets the user update flag.
Public property ValidTimeStateAsOfDateTime Gets or sets date and time if query is in the "as of" time state.
Public property ValidTimeStateQueryType Gets or sets type of time state.
Public property ValidTimeStateValidFromDateTime Gets or sets from date and time if query is in the "range" time state.
Public property ValidTimeStateValidToDateTime Gets or sets to date and time if query is in the "range" time state.
Top

Community Additions

ADD
Show: