Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[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.

| Improve this Doc View Source

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.

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