IDataGateConfig interface

Provides an interface for accessing DataGate configuration.

Namespace: ASNA.Extensions.Configuration Assembly: ASNA.QSys.DataGate.Client.dll

Extends: doesn’t extend any other interfaces.

Properties

Type Name Description
IReadOnlyDictionary<String, SourceProfile> Sources Gets the table of all configured database sources.

Methods

Signature Description
ResolveSourceName(String) Resolves a configured SourceProfile with behavior similar to the DatabaseName.ToSourceProfile methods for traditional database names.