FieldAliasSqlExpression Field |
Specifies a SQL expression that defines the value of field. Table columns have to be enclosed in square brackets ('[ColumnName]') and no table prefix should be prepended. E.g.: "[CompanyName]"
Namespace:
Colygon.MatchPoint.EntityModel.Configuration
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public string SqlExpression
Field Value
Type:
StringSee Also