4 writes to _isNullPrefix
System.Data.Common (4)
System\Data\Common\DBCommandBuilder.cs (4)
136
_isNullPrefix
= DefaultIsNullPrefix;
140
_isNullPrefix
= AlternativeIsNullPrefix;
144
_isNullPrefix
= AlternativeIsNullPrefix2;
148
_isNullPrefix
= null;
6 references to _isNullPrefix
System.Data.Common (6)
System\Data\Common\DBCommandBuilder.cs (6)
75
if (null !=
_isNullPrefix
)
77
if (columnName.StartsWith(
_isNullPrefix
, StringComparison.OrdinalIgnoreCase))
118
if (null !=
_isNullPrefix
)
123
_nullParameterNames[i] =
_isNullPrefix
+ _baseParameterNames[i];
242
(null !=
_isNullPrefix
?
_isNullPrefix
.Length : 0),