4 writes to _isNullPrefix
System.Data (4)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
123
_isNullPrefix
= DefaultIsNullPrefix;
126
_isNullPrefix
= AlternativeIsNullPrefix;
129
_isNullPrefix
= AlternativeIsNullPrefix2;
132
_isNullPrefix
= null;
6 references to _isNullPrefix
System.Data (6)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (6)
74
if (null !=
_isNullPrefix
) {
75
if (columnName.StartsWith(
_isNullPrefix
, StringComparison.OrdinalIgnoreCase)) {
109
if (null !=
_isNullPrefix
) {
112
_nullParameterNames[i] =
_isNullPrefix
+ _baseParameterNames[i];
211
(null !=
_isNullPrefix
?
_isNullPrefix
.Length : 0),