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 ReadOnly Property QuerySQL As String
Get
Property Value
Type:
StringA 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