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)
74if (null != _isNullPrefix) { 75if (columnName.StartsWith(_isNullPrefix, StringComparison.OrdinalIgnoreCase)) { 109if (null != _isNullPrefix) { 112_nullParameterNames[i] = _isNullPrefix + _baseParameterNames[i]; 211(null != _isNullPrefix ? _isNullPrefix.Length : 0),