The ConceptualModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAssociation | ||
AddComplexType |
Creates and adds a new complex type to the conceptual model.
| |
AddEntitySet |
Creates and adds a new conceptual model entity set.
| |
AddEntityType(String) |
Creates and adds a new conceptual model entity type.
| |
AddEntityType(String, ModelEntityType) |
Creates and adds a new conceptual model entity type inheriting from an existing entity type.
| |
AddFunctionImport |
Adds a function import to the model.
| |
Clear |
Removes all members from the conceptual model.
| |
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.) | |
GetOrCreateEntitySet |
Retrieves an existing entity set, or creates a new one if no matching entityset is found.
| |
GetOrCreateEntityType(String) |
Retrieves an existing entity type, or creates a new one if no matching entity type is found.
| |
GetOrCreateEntityType(String, ModelEntityType) |
Retrieves an existing entity type, or creates a new one if no matching entity type is found.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |