Table of Contents

Namespace JJMasterData.Commons.Data.Entity.Providers

Classes

EntityProviderBase
OracleProvider
PlainTextReader
SQLiteProvider
SqlServerAlterTableScripts
SqlServerCreateTableScripts
SqlServerOptions
SqlServerProvider
SqlServerReadProcedureScripts
SqlServerScripts
SqlServerScriptsBase
SqlServerWriteProcedureScripts

Interfaces

IEntityProvider

Provides functionality to work with entity metadata and manage the database schema associated with an entity. The interface defines methods for generating scripts for table creation, updates, and stored procedures, as well as commands for data manipulation.