Method Wireup
| Improve this Doc View SourceWireup<T>(DbTable<T>)
Wireup this attribute with the DbTable<T> property value..
Declaration
protected abstract void Wireup<T>(DbTable<T> dbTable)
where T : Model, new()
Parameters
| Type | Name | Description |
|---|---|---|
| DbTable<T> | dbTable | The DbTable<T> property value. |
Type Parameters
| Name | Description |
|---|---|
| T | The entity type of the DbTable. |