Entity Fields |
The Entity type exposes the following members.
Name | Description | |
---|---|---|
Aliases | ||
Fields | Contains fields that are displayed on the Web Part. | |
Forms | Contains the forms specified for this entity. | |
Id | Returns the internal unique ID of the entity. | |
Name | Specifies an alternate name for this entity. If left empty the 'TableName' will be used. | |
Permissions | Contains the permissions specified for this entity. | |
PrimaryKeyColumn | Specifies the name of the primary key column. | |
Relations | Contains the relations specified for this entity. | |
SqlDisplayNameExpression | 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'. | |
TableName | Specifies the name of the table which is represented by this entity. |