Click or drag to resize

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; }

Property Value

Type: String
A 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