INativeQueryMetadataProvider Interface
Contract for a Metadata Provider that also includes metadata for native queries.
Namespace: Scribe.Core.ConnectorApi
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public interface INativeQueryMetadataProvider : IMetadataProvider, IDisposable
The INativeQueryMetadataProvider type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
![]() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
![]() |
This method will request a reset of metadata for the Connector. (Inherited from IMetadataProvider.) |
|
![]() |
Retrieves an enumerated list of global actions that the Connector supports, these actions will be reflected in the operations that will be executed from Scribe.Core.ConnectorApi.IConnector.ExecuteOperation method. (Inherited from IMetadataProvider.) |
|
![]() |
Retrieves a specific method definition metadata (i.e. web service method, SQL procedure, etc) (Inherited from IMetadataProvider.) |
|
![]() |
Retrieves a list of method definition metadata (i.e. web service methods, SQL procedures, etc) (Inherited from IMetadataProvider.) |
|
![]() |
Retrieves an ObjectDefinition with its associated PropertyDefinitions for a native query. |
|
![]() |
Retrieves a single ObjectDefinition. (Inherited from IMetadataProvider.) |
|
![]() |
Retrieves the full list of ObjectDefinitions. (Inherited from IMetadataProvider.) |
See