Method Wireup
| Improve this Doc View SourceWireup(Model)
Declaration
protected override sealed void Wireup(Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model |
Overrides
| Improve this Doc View SourceWireup(Model, String, ColumnSort[])
Wireup this attribute with the model.
Declaration
protected abstract void Wireup(Model model, string dbName, ColumnSort[] sortOrder)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | The model object. |
| System.String | dbName | The name in the database. |
| ColumnSort[] | sortOrder | The columns of the database index. |