EntitySqlDisplayNameExpression Field |
Specifies an SQL expression that defines the display name of the entity. Table columns have to be enclosed in square brackets ('[ColumnName]') and no table prefix should be prepended. E.g.: "[FirstName] + ' ' + [LastName]". The value of the SQL expression is accessible with the SQL alias '__DisplayName'.
Namespace: Colygon.MatchPoint.EntityModel.ConfigurationAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public string SqlDisplayNameExpression
Field Value
Type:
StringSee Also