6 references to defaultValue
System.Data (6)
fx\src\data\System\Data\Common\Int32Storage.cs (6)
23
: base(column, typeof(Int32),
defaultValue
, StorageType.Int32) {
150
if (valueNo1 ==
defaultValue
|| valueNo2 ==
defaultValue
) {
169
if ((
defaultValue
== valueNo1) && !HasValue(recordNo)) {
195
if (value != Int32Storage.
defaultValue
) {
204
values[record] =
defaultValue
;