Method GetChild
| Improve this Doc View SourceGetChild<TChild>(Func<T, TChild>)
Gets the child tempoary table.
Declaration
public DbTable<TChild> GetChild<TChild>(Func<T, TChild> getChildModel)
where TChild : Model, new()
Parameters
| Type | Name | Description |
|---|---|---|
| System.Func<T, TChild> | getChildModel | Delete to get child model. |
Returns
| Type | Description |
|---|---|
| DbTable<TChild> | The child temporary table. |
Type Parameters
| Name | Description |
|---|---|
| TChild | Child model type. |