1 instantiation of DbSchemaRow
System.Data (1)
fx\src\data\System\Data\Common\DBSchemaRow.cs (1)
41
schemaRows[i] = new
DbSchemaRow
(schemaTable, dataRows[i]);
27 references to DbSchemaRow
System.Data (27)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (20)
44
internal ParameterNames(DbCommandBuilder dbCommandBuilder,
DbSchemaRow
[] schemaRows) {
184
internal void GenerateMissingNames(
DbSchemaRow
[] schemaRows) {
281
private
DbSchemaRow
[] _dbSchemaRows;
566
DbSchemaRow
[] schemaRows = _dbSchemaRows;
587
DbSchemaRow
[] rows =
DbSchemaRow
.GetSortedSchemaRows(schemaTable, false); // MDAC 60609
598
DbSchemaRow
row = rows[i];
694
foreach(
DbSchemaRow
row in rows) {
734
DbSchemaRow
[] schemaRows = _dbSchemaRows;
738
DbSchemaRow
row = schemaRows[i];
820
DbSchemaRow
[] schemaRows = _dbSchemaRows;
822
DbSchemaRow
row = schemaRows[i];
904
DbSchemaRow
[] schemaRows = _dbSchemaRows;
906
DbSchemaRow
row = schemaRows[i];
1016
DbSchemaRow
row,
1063
DbSchemaRow
row,
1254
private bool IncludeInInsertValues(
DbSchemaRow
row) {
1260
private bool IncludeInUpdateSet(
DbSchemaRow
row) {
1266
private bool IncludeInWhereClause(
DbSchemaRow
row, bool isUpdate) {
1281
private bool IncrementWhereCount(
DbSchemaRow
row) {
fx\src\data\System\Data\Common\DBSchemaRow.cs (3)
22
static internal
DbSchemaRow
[] GetSortedSchemaRows(DataTable dataTable, bool returnProviderSpecificTypes) { // MDAC 60609
38
DbSchemaRow
[] schemaRows = new
DbSchemaRow
[dataRows.Length];
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
63
DbSchemaRow
.SchemaMappingUnsortedIndex,
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (3)
642
DbSchemaRow
[] schemaRows =
DbSchemaRow
.GetSortedSchemaRows(_schemaTable, _dataReader.ReturnProviderSpecificTypes); // MDAC 60609
676
DbSchemaRow
schemaRow = schemaRows[sortedIndex];