Method GetParentRelationship
| Improve this Doc View SourceGetParentRelationship(Model)
Gets the parent relationship.
Declaration
public static IReadOnlyList<ColumnMapping> GetParentRelationship(this Model model)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | The model. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<ColumnMapping> | The parent relationship. |