Interface IUsedConnection
Represents a used connection which needs to be validated by the client.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IUsedConnection
Properties
ConnectionTemplateId
Gets the connection template id.
Declaration
string ConnectionTemplateId { get; }
Property Value
Type | Description |
---|---|
string |
DataProviderName
Gets the data provider name.
Declaration
string DataProviderName { get; }
Property Value
Type | Description |
---|---|
string |
DataProviderType
Gets the data provider type.
Declaration
string DataProviderType { get; }
Property Value
Type | Description |
---|---|
string |