[]
Interface that supports a child data model in the data model.
public interface IChildModelSupport
Public Interface IChildModelSupport
Name | Description |
---|---|
ChildRelationCount | Gets the number of child data relations. |
Parent | Gets or sets the parent data source. |
ParentRelationName | Gets or sets the name of the data relation. |
ParentRowIndex | Gets or sets the index of the parent row. |
Name | Description |
---|---|
GetChildDataModel(int, string) | Gets the child data model for the specified row and data relation. |
GetChildRelation(int) | Gets the name of the child data relation at the specified position. |