AdvantageCMS.Data Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
MicrosoftSqlProviderFactory |
ISqlProviderFactory backed by Microsoft.Data.SqlClient.
|
|
|
SQL |
Class SQL.
|
|
|
SQL..::..Command |
Command Object for SQL class
|
|
|
SQL..::..ListSource |
Class ListSource.
Implements the IListSource
|
|
|
SqlProviderResolver |
Resolves the active ISqlProviderFactory from configuration.
|
|
|
SystemSqlProviderFactory |
ISqlProviderFactory backed by System.Data.SqlClient.
|
|
|
Transaction |
Summary description for Transaction.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
Parameter |
Represents a database command parameter used by the [AdvantageCMS.Data.DAO.Command] and SQL classes.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ISqlProviderFactory |
Abstracts provider-specific SQL client object creation.
Configure the active provider via AppSettings["DataProvider"]:
"Microsoft" → Microsoft.Data.SqlClient
"System" (default) → System.Data.SqlClient
|

