1 write to _columns
System.Data.Common (1)
System\Data\Common\DBSchemaTable.cs (1)
65
_columns
= dataTable.Columns;
3 references to _columns
System.Data.Common (3)
System\Data\Common\DBSchemaTable.cs (3)
111
int index =
_columns
.IndexOf(s_DBCOLUMN_NAME[(int)column]);
114
index =
_columns
.IndexOf(s_DBCOLUMN_NAME[(int)column2]);
118
dataColumn =
_columns
[index];