The StorageModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddAssociation(String, StoreEntitySet, StoreEntitySet, MultiplicityTypeEnum, MultiplicityTypeEnum, List<(Of <<'(Tuple<(Of <(<'T1, T2>)>)>>)>>)) | |
![]() | AddAssociation(String, StoreEntitySet, StoreEntitySet, StoreEntityType, StoreEntityType, String, String, MultiplicityTypeEnum, MultiplicityTypeEnum, List<(Of <<'(Tuple<(Of <(<'T1, T2>)>)>>)>>)) | |
![]() | AddEntitySet(String) |
Adds a new entity set to the storage model.
|
![]() | AddEntitySet(ModelEntitySet, ModelEntityType) |
Adds a store entityset to the model, based on an existing conceptual model entity set and entity type.
|
![]() | AddEntitySet(ModelEntitySet, ModelEntityType, String, String) |
Adds a store entityset to the model, based on an existing conceptual model entity set and entity type.
|
![]() | AddEntityType(String) |
Adds a new entity type to the storage model.
|
![]() | AddEntityType(ModelEntityType) |
Adds a new entity type to the storage model, based on an existing conceptual model entity type.
|
![]() | AddFunction |
Adds a store function.
|
![]() | Clear |
Removes all model objects from the storage 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(String) |
Retrieves an existing entityset by name, or creates a new one if no matching entity set exist in the storage model.
|
![]() | GetOrCreateEntitySet(ModelEntitySet, ModelEntityType) |
Retrieves an existing entityset based on model entityset/type, or creates a new one if a match can not be found.
|
![]() | GetOrCreateEntitySet(ModelEntitySet, ModelEntityType, String, String) |
Retrieves an existing entityset based on a conceptual model entityset/type, or creates a new one if a match can not be found.
|
![]() | GetOrCreateEntityType(String) |
Retrieves an existing entity type by name, or creates a new one if no matching entity type exist in the storage model.
|
![]() | GetOrCreateEntityType(ModelEntityType) |
Retrieves an existing entitytype based on a conceptual model entittype, or creates a new one if a match can not be 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.) |