The ModelEntitySet 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.
| |
AssociationsFrom |
Enumeration of associations where this entity set is the dependent (from) entityset
| |
AssociationsTo |
Enumeration of associations where this entity set is the principal (to) entityset
| |
EntitySetMapping |
Entity set mapping that maps this entity set to the underlying storage model entityset(s)
| |
EntityType |
Primary entity type for the entity set
| |
EntityTypeName |
Entity type name for the primary entity type behind this entity set.
| |
FullName |
Fully qualified name, including parent object names.
| |
GetterAccess |
Protection level for the generated property getter for this entityset.
| |
InheritanceStrategy |
Inheritance strategy setting for this entity set. This is not part of the Microsoft EDMX/CSDL specification but an extension added by this library.
| |
LazyLoadingEnabled |
Lazy loading enabled or disabled for this entity set?
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
Name |
Name of the model object
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|