1 write to _count
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
46
_count
= schemaRows.Length;
2 references to _count
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
189
for (int i = 0; i <
_count
- 1; i++)
194
for (int j = i + 1; j <
_count
; j++)