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