PropertyDefinition UsedInQuerySelect Property

This property will get/set a flag on whether this property is used in query selects. Properties are true only if a value can be returned in the results of a query. NOTE: This field will be used to filter the list of source fields in the Formula editor and mapper UI

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

public   bool   UsedInQuerySelect { get; set; }

Property Value

Type: Boolean

Implements

IPropertyDefinition UsedInQuerySelect

See

PropertyDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace