NamedQuery
Defines a Query which can be referenced in AdaptableQL Expressions
TypeScript
export interface NamedQuery extends AdaptableBooleanQuery,Extends
AdaptableBooleanQuery, AdaptableObject
Properties
| Property | Type | Description |
|---|---|---|
| Name | string | Name of the Query, used to reference it in AdaptableQL Expressions |
| IsReadOnly | boolean | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
Name
Name of the Query, used to reference it in AdaptableQL Expressions
TypeScript
Name: string;Property Value
string
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean