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)
75if (null != _isNullPrefix) 77if (columnName.StartsWith(_isNullPrefix, StringComparison.OrdinalIgnoreCase)) 118if (null != _isNullPrefix) 123_nullParameterNames[i] = _isNullPrefix + _baseParameterNames[i]; 242(null != _isNullPrefix ? _isNullPrefix.Length : 0),