1 instantiation of DbSchemaRow
System.Data.Common (1)
System\Data\Common\DBSchemaRow.cs (1)
39
schemaRows[i] = new
DbSchemaRow
(schemaTable, dataRows[i]);
30 references to DbSchemaRow
System.Data.Common (30)
System\Data\Common\DBCommandBuilder.cs (23)
39
internal ParameterNames(DbCommandBuilder dbCommandBuilder,
DbSchemaRow
?[] schemaRows)
59
var
schemaRow = schemaRows[i];
210
internal void GenerateMissingNames(
DbSchemaRow
?[] schemaRows)
231
if (schemaRows[i] is
DbSchemaRow
schemaRow && schemaRow.AllowDBNull)
319
private
DbSchemaRow
?[]? _dbSchemaRows;
631
DbSchemaRow
?[] schemaRows = _dbSchemaRows!;
635
if (schemaRows[i] is
DbSchemaRow
schemaRow)
658
DbSchemaRow
?[]? rows =
DbSchemaRow
.GetSortedSchemaRows(schemaTable, false);
671
DbSchemaRow
row = rows[i]!;
782
foreach (
DbSchemaRow
? row in rows)
826
DbSchemaRow
[] schemaRows = _dbSchemaRows!;
831
DbSchemaRow
row = schemaRows[i];
917
DbSchemaRow
[] schemaRows = _dbSchemaRows!;
920
DbSchemaRow
row = schemaRows[i];
1006
DbSchemaRow
[] schemaRows = _dbSchemaRows!;
1009
DbSchemaRow
row = schemaRows[i];
1128
DbSchemaRow
row,
1181
DbSchemaRow
row,
1406
private static bool IncludeInInsertValues(
DbSchemaRow
row)
1412
private static bool IncludeInUpdateSet(
DbSchemaRow
row)
1418
private bool IncludeInWhereClause(
DbSchemaRow
row)
1437
private bool IncrementWhereCount(
DbSchemaRow
row)
System\Data\Common\DBSchemaRow.cs (3)
16
internal static
DbSchemaRow
[] GetSortedSchemaRows(DataTable dataTable, bool returnProviderSpecificTypes)
35
DbSchemaRow
[] schemaRows = new
DbSchemaRow
[dataRows.Length];
System\Data\Common\DBSchemaTable.cs (1)
54
DbSchemaRow
.SchemaMappingUnsortedIndex,
System\Data\ProviderBase\SchemaMapping.cs (3)
768
DbSchemaRow
[] schemaRows =
DbSchemaRow
.GetSortedSchemaRows(_schemaTable, _dataReader.ReturnProviderSpecificTypes);
805
DbSchemaRow
schemaRow = schemaRows[sortedIndex];