Show / Hide Table of Contents

Method GetChild

| Improve this Doc View Source

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

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