Click or drag to resize

DatabaseConfigurationLoader Properties

The DatabaseConfigurationLoader type exposes the following members.

Properties
  Name Description
Public property CanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.
(Overrides ConfigurationLoaderBaseCanAugment)
Public property ConnectionString Gets or sets the connection string which defines how to connect to the database.
Public property DataProviderString Gets or sets the data provider string, which determines the .NET types to use when opening connections to the database.
Protected property Log Log messages generated by an adapter.
(Inherited from ConfigurationLoaderBase)
Public property NodeIDQueryString Gets or sets the string to use in queries when filtering results by node ID.
Top
See Also