5 references to DataView
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
184
DataTable table = (drv != null) ? drv.
DataView
.Table : dr.Table;
System.Data.Common (4)
System\Data\DataRowView.cs (4)
24
/// Checks for same reference instead of equivalent <see cref="
DataView
"/> or <see cref="Row"/>.
148
if (relation == null || relation.ParentKey.Table !=
DataView
.Table)
166
childView.SetDataViewManager(
DataView
.DataViewManager);
178
CreateChildView(
DataView
.Table!.ChildRelations[relationName]!, followParent);