2 writes to _dbSchemaTable
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
564
_dbSchemaTable
= schemaTable;
1325
_dbSchemaTable
= null;
6 references to _dbSchemaTable
System.Data (6)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (6)
332
if (null !=
_dbSchemaTable
) {
357
if (null !=
_dbSchemaTable
) {
420
if (null !=
_dbSchemaTable
) {
438
if (null !=
_dbSchemaTable
) {
457
if (null !=
_dbSchemaTable
) {
508
if ((null !=
_dbSchemaTable
) && (!useColumnsForParameterNames || (null != _parameterNames))) {