Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericBase.WebConfigArea Property

The section in AppSettings.json, where SQL connection string, database owner, etc. are located. WebConfigArea is normally not specified and all connection information is derived from the AppSettings.json section that corresponds to the table name used by the data provider. This can be overridden by passing an optional WebConfigArea parameter to the YetaWF.Core.DataProvider.DataProviderImpl.MakeDataProvider method when the data provider is created.

Class: YetaWF.DataProvider.SQLGeneric.SQLGenericBase
Namespace: YetaWF.DataProvider.SQLGeneric
Assembly: YetaWF.DataProvider.SQLGeneric

Syntax

public string? WebConfigArea { get; private set; }

Remarks

This is not used by application data providers. Only the YetaWF.DataProvider.ModuleDefinitionDataProvider uses this feature.

See Also YetaWF.DataProvider.SQLGeneric.SQLGenericBase ClassYetaWF.DataProvider.SQLGenericYetaWF.Core