4 references to DataRelation
System.Data.Common (4)
System\Data\DataRelation.cs (1)
78
this
(relationName, parentColumn, childColumn, true)
System\Data\DataRelationCollection.cs (1)
157
var relation = new
DataRelation
(name, parentColumn, childColumn, createConstraints);
System\Data\XDRSchema.cs (1)
630
relation = new
DataRelation
(table.TableName + "_" + _tableChild.TableName, parentKey, childKey, true);
System\Data\XMLSchema.cs (1)
1756
relation = new
DataRelation
(table.TableName + "_" + _tableChild.TableName, parentKey, childKey, true);