19 overrides of IsNull
System.Data (19)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
199override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
75override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
104override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
69override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
173override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
70override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
106override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
171override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
172override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
75override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
172override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
172override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
173override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
172override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
173override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
129override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
68override public bool IsNull(int record) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
70override public bool IsNull(int record) {
fx\src\data\System\Data\Common\StringStorage.cs (1)
143override public bool IsNull(int record) {
54 references to IsNull
System.Data (54)
fx\src\data\System\Data\Common\BooleanStorage.cs (5)
34if (IsNull(record)) 48if (IsNull(record)) 93if (IsNull(recordNo)) { 100if ((defaultValue == valueNo1) && IsNull(recordNo)) { 168nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\ByteStorage.cs (8)
33if (IsNull(record)) 47if (IsNull(record)) 69if (IsNull(record)) 100if (IsNull(record)) 114if (IsNull(record)) 159if (IsNull(recordNo)) { 166if ((defaultValue == valueNo1) && IsNull(recordNo)) { 234nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\CharStorage.cs (5)
34if (IsNull(record)) 48if (IsNull(record)) 93if (IsNull(recordNo)) { 100if ((defaultValue == valueNo1) && IsNull(recordNo)) { 172nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\DoubleStorage.cs (8)
33if (IsNull(record)) 47if (IsNull(record)) 69if (IsNull(record)) 100if (IsNull(record)) 114if (IsNull(record)) 158if (IsNull(recordNo)) { 165if ((defaultValue == valueNo1) && IsNull(recordNo)) { 232nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\SByteStorage.cs (8)
33if (IsNull(record)) 47if (IsNull(record)) 69if (IsNull(record)) 100if (IsNull(record)) 114if (IsNull(record)) 159if (IsNull(recordNo)) { 166if ((defaultValue == valueNo1) && IsNull(recordNo)) { 234nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\SingleStorage.cs (8)
33if (IsNull(record)) 47if (IsNull(record)) 69if (IsNull(record)) 101if (IsNull(record)) 115if (IsNull(record)) 159if (IsNull(recordNo)) { 166if ((defaultValue == valueNo1) && IsNull(recordNo)) { 233nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\Common\TimeSpanStorage.cs (9)
34if (IsNull(record)) 48if (IsNull(record)) 70if (IsNull(record)) 85if (IsNull(record)) 101if (IsNull(record)) 111if (IsNull(record)) 149if (IsNull(recordNo)) { 156if ((defaultValue == valueNo1) && IsNull(recordNo)) { 242nullbits.Set(storeIndex, IsNull(record));
fx\src\data\System\Data\DataColumn.cs (3)
1168if (!_storage.IsNull(record)) { 1423if (_storage.IsNull(row.GetDefaultRecord())) { 1594return _storage.IsNull(record);