3 references to DataRow
System.Data (3)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
1036
ApplyParameterInfo(p, row.
DataRow
, statementType, whereClause);
1082
ApplyParameterInfo(p, row.
DataRow
, statementType, whereClause);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
837
AddAdditionalProperties(dataColumn, schemaRow.
DataRow
);