DataRelation

E827339

DataRelation is an ADO.NET class that represents a parent-child relationship between two DataTable objects in a DataSet, enabling navigation and constraint enforcement between related rows.

All labels observed (4)

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf ADO.NET class
System.Object subclass
assembly System.Data.dll
linked to: System.Data
availableSince .NET Framework 1.0
linked to: .NET Framework
belongsTo System.Data namespace types family
linked to: System.Data
canBeCreatedBy DataRelationCollection.Add method
linked to: DataRelation

DataSet.Relations.Add method
linked to: DataRelation
canCreate ForeignKeyConstraint
UniqueConstraint
containedIn DataSet.Relations collection
definedInNamespace System.Data
enables constraint enforcement between related rows
navigation between related rows
hasMethod Equals
GetHashCode
GetType
ToString
hasProperty ChildColumns
ChildKeyConstraint
ChildTable
DataSet
ExtendedProperties
Nested
ParentColumns
ParentKeyConstraint
ParentTable
RelationName
isReferenceType true
partOfLibrary ADO.NET
relatedTo DataRow
DataSet
DataTable
ForeignKeyConstraint
UniqueConstraint
relates child DataTable
parent DataTable
represents parent-child relationship between DataTable objects
supportsFeature cascading deletes via ForeignKeyConstraint
cascading updates via ForeignKeyConstraint
enforcement of referential integrity
supportsNavigationFrom child row to parent row
parent row to child rows
usedFor hierarchical XML representation when Nested is true
modeling relational database relationships in memory
usedIn DataSet
usedWithCollection DataRelationCollection

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

ADO.NET coreClass DataRelation
DataRelation canBeCreatedBy DataSet.Relations.Add method
linked to: DataRelation
DataRelation canBeCreatedBy DataRelationCollection.Add method
linked to: DataRelation
System.Data containsClass System.Data.DataRelation
linked to: DataRelation