1 write to table
System.Data (1)
fx\src\data\System\Data\DataViewSetting.cs (1)
72this.table = table;
3 references to table
System.Data (3)
fx\src\data\System\Data\DataViewSetting.cs (3)
63return table; 68if(this.table != table) { 69if(this.table != null) {