PropertyDefinition UsedInQueryConstraint Property

This property will get/set a flag on whether this property is used in query constraints. Properties are true only if a value can be used in the query’s constraint expression. NOTE: This field will be used to filter the list of source fields available for use as filters

Namespace:  Scribe.Core.ConnectorApi.Metadata

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   bool   UsedInQueryConstraint { get; set; }

Property Value

Type: Boolean

Implements

IPropertyDefinition UsedInQueryConstraint

See

PropertyDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace