5 references to Row
System.Data.Common (5)
System\Xml\DataPointer.cs (5)
188DataColumn? c = NextColumn(Row!, null, false, false); 220DataColumn? c = NextColumn(Row!, _column, false, false); 324return ColumnCount(Row!, true, false); 351DataColumn? c = NthColumn(Row!, true, i, false); 569DataRow row = Row!;