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.) |
Properties
Name | Description | |
---|---|---|
Alias |
Conceptual model alias name / short name
| |
AssociationSets |
Enumeration of all association sets contained within the current conceptual model.
| |
ComplexTypes |
Enumeration of all complex types contained within the current conceptual model.
| |
ContainerName |
Entity container name
| |
EntitySets |
Enumeration of all entity sets contained within the current conceptual model.
| |
EntityTypes |
Enumeration of the all entity types contained within the current conceptual model.
| |
FunctionImports |
Enumeration of all complex types contained within the current conceptual model.
| |
LazyLoadingEnabled |
Controls whether the generated object context supports lazy loading or not
| |
Namespace |
Conceptual model namespace name
| |
Queries |
Exposes a number of common IQueryable queries based on conceptual model data.
|