2 writes to _dbSchemaRows
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
790
_dbSchemaRows
= rows;
1488
_dbSchemaRows
= null;
4 references to _dbSchemaRows
System.Data.Common (4)
System\Data\Common\DBCommandBuilder.cs (4)
631
DbSchemaRow?[] schemaRows =
_dbSchemaRows
!;
826
DbSchemaRow[] schemaRows =
_dbSchemaRows
!;
917
DbSchemaRow[] schemaRows =
_dbSchemaRows
!;
1006
DbSchemaRow[] schemaRows =
_dbSchemaRows
!;