Click or drag to resize

MapperPropertiesQuerySQL Property

A SQL query or stored procedure call used to retrieve data for the mapper instead of the normal, mapper-constructed query. May include [[PREFILTER]], [[FILTER]], [[OPTIONS]], [[SORT]], [[TOPN]] markers.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string QuerySQL { get; }

Property Value

Type: String
A SQL query or stored procedure call used to retrieve data for the mapper instead of the normal, mapper-constructed query. May include [[PREFILTER]], [[FILTER]], [[OPTIONS]], [[SORT]], [[TOPN]] markers.
See Also