MapperKernelQuerySQL Property |
The explicitly set SQL or Stored Procedure call used to retrieve data for the mapper.
When QuerySQL is provided, the mapper will use it instead of generating a SELECT statement
based on its fields. In such a case the functionality of the mapper is extremely limited
and features such as sorting and filtering are typically disabled.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string QuerySQL { get; }
Protected ReadOnly Property QuerySQL As String
Get
Property Value
Type:
StringSee Also