1 write to _isTypedDataTable
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
941
_isTypedDataTable
= (byte)((this.GetType() != typeof(DataTable))? 1 : 2);
2 references to _isTypedDataTable
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
939
switch (
_isTypedDataTable
) {
942
return (1 ==
_isTypedDataTable
);