10 references to types
System.Data (10)
fx\src\data\System\Data\ColumnTypeConverter.cs (10)
97
for (int i = 0; i <
types
.Length; i++) {
98
if (
types
[i].ToString().Equals(value))
99
newValue =
types
[i];
123
for (int i = 0; i <
types
.Length; i++) {
124
if (
types
[i].ToString().Equals(value))
125
return
types
[i];
142
if (
types
!= null) {
143
objTypes = new object[
types
.Length];
144
Array.Copy(
types
, objTypes,
types
.Length);