The StoreEntitySet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
ToString | (Inherited from Object.) |
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
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|