AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCMS.Data Namespace

Classes


  Class Description
Public class MicrosoftSqlProviderFactory
ISqlProviderFactory backed by Microsoft.Data.SqlClient.
Public class SQL
Class SQL.
Public class SQL..::..Command
Command Object for SQL class
Public class SQL..::..ListSource
Class ListSource. Implements the IListSource
Public class SqlProviderResolver
Resolves the active ISqlProviderFactory from configuration.
Public class SystemSqlProviderFactory
ISqlProviderFactory backed by System.Data.SqlClient.
Public class Transaction
Summary description for Transaction.

Structures


  Structure Description
Public structure Parameter
Represents a database command parameter used by the [AdvantageCMS.Data.DAO.Command] and SQL classes.

Interfaces


  Interface Description
Public interface ISqlProviderFactory
Abstracts provider-specific SQL client object creation. Configure the active provider via AppSettings["DataProvider"]: "Microsoft" → Microsoft.Data.SqlClient "System" (default) → System.Data.SqlClient