Namespace DbExport.Providers.SqlClient
Classes
- SqlCodeGenerator
Represents a code generator specifically designed for generating SQL Server-compatible scripts. Extends the CodeGenerator class to provide SQL Server-specific implementation details for database schema export and related functionality.
- SqlSchemaProvider
Provides schema-related metadata for a MS SQL Sever database, allowing access to table, column, index, foreign key, and type information. This class implements the ISchemaProvider interface and serves as a provider for MS SQL Sever database schemas.
- SqlScripExecutor
Represents an implementation of the IScriptExecutor interface for executing SQL scripts against a SQL Server database using a given connection string.