NamedQuery

Defines a Query which can be referenced in AdaptableQL Expressions

TypeScript
export interface NamedQuery extends AdaptableBooleanQuery,
Extends

AdaptableBooleanQuery, AdaptableObject

Properties

PropertyTypeDescription
NamestringName of the Query, used to reference it in AdaptableQL Expressions
IsReadOnlybooleanSets 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