Namespace DevZest.Data.Addons
Classes
AddonBagExtensions
Extension methods for AddonBag.
AddonInvoker
Base class to wrap action execution and notify to IAddon objects.
AddonInvoker<T>
Base class to wrap action execution and notify to IAddon objects with specified type.
ColumnDefault
Base class to represent default constraint of Column.
ColumnDefault<T>
Represents default constraint of Column.
ColumnNotNull
Represents column not null metadata.
DbCheckConstraint
Represents database table CHECK constraint.
DbForeignKeyConstraint
Represents database table foreign key constraint.
DbIndex
Represents database index constraint.
DbPrimaryKey
Represents the database primary key constraint.
DbTableConstraint
Base class to represent database table constraint.
DbUniqueConstraint
Represents database unique constraint.
Identity
Represents the identity (auto increment) metadata of Column.
Interfaces
IAddon
Represents addon objects which can be contained by AddonBag.
IDbReaderInterceptor<TCommand, TReader>
IDbTransactionInterceptor
Represents Model addon to intercept System.Data.Common.DbTransaction execution.