DatabaseBackedMetadataCatalog Members
Include Protected Members
Include Inherited Members
Implements the IMetadataCatalog interface that works with metadata stored in the Business Connectivity Services shared service database.
The DatabaseBackedMetadataCatalog type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentExecutionContext | Gets the current execution context. | |
Helper | Gets the runtime helper. |
Top
Methods
Name | Description | |
---|---|---|
CreateExecutionContext | Creates an execution context. | |
Dispose | Disposes the resources used by this metadata catalog. | |
Equals | (Inherited from Object.) | |
Finalize | Attempts to free resources and perform other cleanup operations before this object is reclaimed by garbage collection. (Overrides Object.Finalize().) | |
GetById | Gets the metadata object with the specified ID. | |
GetEntities(String) | Gets the external content types whose names match the specified wildcard string. | |
GetEntities(String, String) | Gets the external content types for the specified namespace and whose names match the specified wildcard string. | |
GetEntity | Gets the external content type with the specified namespace and name. | |
GetHashCode | (Inherited from Object.) | |
GetLoadController | Gets the load controller associated with this metadata catalog. | |
GetLobSystem | Gets the external system object with the specified name. | |
GetLobSystems | Gets the collection of external systems whose names match the specified wildcard string. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top