Class MySqlEntityBaseConfiguration<T, TPrimaryKey>
Inheritance
System.Object
EntityBaseConfiguration<T, TPrimaryKey, MySqlDatabaseConstants>
MySqlEntityBaseConfiguration<T, TPrimaryKey>
Inherited Members
Namespace: Mix.Database.EntityConfigurations.MYSQL.Base
Assembly: mix.database.dll
Syntax
public abstract class MySqlEntityBaseConfiguration<T, TPrimaryKey> : EntityBaseConfiguration<T, TPrimaryKey, MySqlDatabaseConstants> where T : EntityBase<TPrimaryKey> where TPrimaryKey : IComparable
Type Parameters
| Name | Description |
|---|---|
| T | |
| TPrimaryKey |