Hide

YetaWF.DataProvider.SQL Package Documentation

Display
Print

YetaWF.DataProvider.SQL.SQLBase.ConnectionString Property

Defines the SQL connection string used by this data provider.

Class: YetaWF.DataProvider.SQL.SQLBase
Namespace: YetaWF.DataProvider.SQL
Assembly: YetaWF.DataProvider.SQL

Syntax

public string ConnectionString { get; private set; }

Remarks

The connection string is defined in AppSettings.json but may be modified by the data provider. The ConnectionString property contains the actual connection string used to connect to the SQL database.

See Also YetaWF.DataProvider.SQL.SQLBase ClassYetaWF.DataProvider.SQLYetaWF.Core