10 references to DataKey
System.Data.Common (10)
System\Data\DataRelation.cs (2)
686_parentKey = new DataKey(parentColumns, true); 687_childKey = new DataKey(childColumns, true);
System\Data\DataRow.cs (2)
948DataKey key = new DataKey(columns, false); // temporary key, don't copy columns 1130DataKey key = new DataKey(columns, false); // temporary key, don't copy columns
System\Data\ForeignKeyConstraint.cs (2)
819_parentKey = new DataKey(parentColumns, true); 820_childKey = new DataKey(childColumns, true);
System\Data\Merger.cs (1)
643key = new DataKey(srcColumns, false); // DataKey will take ownership of srcColumns
System\Data\RelatedView.cs (2)
25_childKey = new DataKey(columns, true); 36_childKey = new DataKey(childKeyColumns, true);
System\Data\UniqueConstraint.cs (1)
384_key = new DataKey(columns, true);