IMetadataCatalog Members
Include Protected Members
Include Inherited Members
Provides access to metadata objects.
The IMetadataCatalog type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentExecutionContext | Gets the currently active execution context. | |
Helper | Gets the runtime helper implementation for this metadata catalog. |
Top
Methods
Name | Description | |
---|---|---|
CreateExecutionContext | Creates an execution context. | |
GetEntities(String) | Retrieves external content types whose names match the specified wildcard string. | |
GetEntities(String, String) | Retrieves external content types in the given namespace and whose names match the specified wildcard string. | |
GetEntity | Gets the external content type with the given name and namespace. | |
GetLoadController | Returns the load controller that is associated with the metadata catalog. | |
GetLobSystem | Gets the external system with the given name. | |
GetLobSystems | Gets the external systems whose names match the specified wildcard string. |
Top