FieldPropertiesSelectExpr Property |
A SQL expression to use in the mapper's SELECT clause. The results will be aliased to the normal field SELECT name using AS.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string SelectExpr { get; }
ReadOnly Property SelectExpr As String
Get
Property Value
Type:
StringA SQL expression to use in the mapper's SELECT clause. The results will be aliased to the normal field SELECT name using AS.
See Also