The CSMapping type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAssociationMapping(String, ModelAssociationSet, StoreAssociationSet) |
Adds an association set mapping between a model association set and store association set.
| |
AddAssociationMapping(String, ModelAssociationSet, StoreEntitySet, StoreAssociationSet, StoreAssociationSet) |
Adds an association set mapping for a many-to-many relationship.
| |
AddMapping(ModelEntitySet, array<StoreEntitySet>[]()[][]) |
Adds a mapping between a model entity set and one or more store entitysets.
| |
AddMapping(ModelFunction, StoreFunction) |
Adds a mapping between a model function and a store function.
| |
Clear |
Removes all mappings; association mappings, entity set mappings, and function import mappings.
| |
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.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AssociationSetMappings |
Enumeration of all associationsetmappings in the model.
| |
ConceptualEntityContainer |
Conceptual model entity container name.
| |
EntitySetMappings |
Enumeration of all entity set mappings; mappings between store entity sets and model entity sets.
| |
FunctionImportMappings |
Enumeration of all function import mappings.
| |
StorageEntityContainer |
Store model entity container name.
|