DataRelation.Nested Property
Gets or sets a value that indicates whether DataRelation objects are nested.
Namespace: System.Data
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 (ADO.NET).
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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note