Click or drag to resize

Entity Fields

The Entity type exposes the following members.

Fields
  NameDescription
Public fieldAliases
Public fieldFields
Contains fields that are displayed on the Web Part.
Public fieldForms
Contains the forms specified for this entity.
Public fieldId
Returns the internal unique ID of the entity.
Public fieldName
Specifies an alternate name for this entity. If left empty the 'TableName' will be used.
Public fieldPermissions
Contains the permissions specified for this entity.
Public fieldPrimaryKeyColumn
Specifies the name of the primary key column.
Public fieldRelations
Contains the relations specified for this entity.
Public fieldSqlDisplayNameExpression
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'.
Public fieldTableName
Specifies the name of the table which is represented by this entity.
Top
See Also