DataRelation::Nested Property
.NET Framework (current version)
Gets or sets a value that indicates whether DataRelation objects are nested.
Assembly: System.Data (in System.Data.dll)
You can use DataRelation objects to define hierarchical relationships, such as those specified in XML. For more information, see Nesting DataRelations.
Note |
|---|
If the TableName of the child table in the relation matches the ColumnName of a column in the parent table in the relation, the Nested property must be false. This was not required with the .NET Framework version 1.0. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
