KpokPatagon.Data.SqlServer


Assembly

Version:
10.0.25249.1
Product version:
KpokPatagon-CI_main_20250906.1+dc75577e9f4ecde646ed76cb7b51a3278d760c1f
Product:
Kpok Patagon Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (4)

KpokPatagon.Data.SqlServer

TypeSummary
SqlServerCmdBuilder This class is a helper that aids in the construction of SQL statements based on Statements objects and can be used as a base class for those that implements specific funcionality.
SqlServerDataModelCmdBuilder Implements an IDataModelCmdBuilder that builds database commands for IDataModel objects for Microsoft SQL Server.
SqlServerDbAccess Implements an IDbAccess for Microsoft SQL Server.
SqlServerDbCmdBuilder SqlServerDbCmdBuilder implements the command builder functionality based on Statements for Microsoft SQL Server database engine.
SqlServerDbFormatter Implements an IDbFormatter for Microsoft SQL Server.
SqlServerDbNameQualifier Implements an IDbNameQualifier for Microsoft SQL Server.

KpokPatagon.Data.SqlServer.DatabaseSchema

TypeSummary
SqlServerSchemaDiscoverer Implements a ISchemaDiscoverer for Microsoft SQL Server.
SqlServerSchemaProvisioner Implements an ISchemaProvisioner for Microsoft SQL server.
SqlServerTableComparisonService Implements a ITableComparisonService for Sql Server.
SqlServerViewBuilder Implements an IViewBuilder for Microsoft Sql Server.

KpokPatagon.Data.SqlServer.Dba

TypeSummary
Login Models a Sql Server login.
ServerRoles Defines the server roles that a database user can have.
SqlServerDbaServices Provides DBA services for Microsoft SQL Server.
UserRoles Defines the database role that a database user can have.

KpokPatagon.Data.SqlServer.DependencyInjection

TypeSummary
SqlServerBuilderExtensions Builder extensions methods to register services for Microsoft SQL Server.
SqlServerDatabaseApiOptions Models the options required to configure an instance of SqlServerDbAccess.