Property Item
| Improve this Doc View SourceItem[Model]
Gets the child DataSet for specified child model.
Declaration
public DataSet this[Model childModel] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Model | childModel | The specified child model. |
Property Value
| Type | Description |
|---|---|
| DataSet | The child DataSet. |
Item[Int32]
Gets the child DataSet for specified child model ordinal.
Declaration
public DataSet this[int childModelOrdinal] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | childModelOrdinal | The ordinal of child model. |
Property Value
| Type | Description |
|---|---|
| DataSet | The child DataSet. |