Show / Hide Table of Contents

Method Wireup

| Improve this Doc View Source

Wireup<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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest