The StoreEntitySet type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
AssociationSetMappings |
Enumeration of associationsetmappings (many-to-many associations) based on this entityset.
| |
AssociationsFrom |
Entity set associations (foreign key constraints) originating from this entity set
| |
AssociationsTo |
Entity set associations (foreign key constraints) referencing this entity set
| |
DefiningQuery |
DefiningQuery for views
| |
EntitySetMappings |
Mappings between this storage model entityset and conceptual model entityset(s) based on it.
| |
EntityType |
Entity type defining the members of this entityset
| |
EntityTypeName |
Name of the entity type associated with this entity set.
| |
FullName |
Fully qualified name, including parent object names.
| |
IsJunctionCandidate |
True if this table is a candidate to act as a junction table behind a many-to-many association in the conceptual model.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
Name |
Name of the model object
| |
Schema |
Schema name in the database for the underlying table or view
| |
ShortDescription |
Short description, part of the documentation attributes for model members
| |
StoreType |
Type of underlying store object; table or view
| |
TableName |
Table or view name for the underlying table or view
|