Base:
method
IsDBNull
System.Data.Common.DbDataReader.IsDBNull(System.Int32)
Implemented interface member:
method
IsDBNull
System.Data.IDataRecord.IsDBNull(System.Int32)
1 override of IsDBNull
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
194
public override bool
IsDBNull
(int ordinal) {
37 references to IsDBNull
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
68
bool instancesExist = !reader.
IsDBNull
(1);
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (6)
105
byte[] primitiveProperties = reader.
IsDBNull
(3) ? null : (byte[])(reader.GetValue(3));
106
byte[] complexProperties = reader.
IsDBNull
(4) ? null : (byte[])(reader.GetValue(4));
107
byte[] metadataProperties = reader.
IsDBNull
(5) ? null : (byte[])(reader.GetValue(5));
193
if (reader.
IsDBNull
(1))
231
if (reader.
IsDBNull
(1))
243
if (!reader.
IsDBNull
(4))
System\Activities\DurableInstancing\StoreUtilities.cs (2)
190
byte[] serializedPrimitiveLockOwnerData = reader.
IsDBNull
(4) ? null : (byte[]) reader.GetValue(4);
191
byte[] serializedComplexLockOwnerData = reader.
IsDBNull
(5) ? null : (byte[]) reader.GetValue(5);
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
156
if (reader.
IsDBNull
(column))
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1723
if ( reader.
IsDBNull
(i) ) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
3915
if (!ds.
IsDBNull
((int) DescribeParameterEncryptionResultSet1.KeySignature))
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
195
if (_reader.
IsDBNull
(_columnOrdinal)) {
System.Web (5)
Security\SQLMembershipProvider.cs (1)
1842
if( reader.
IsDBNull
( col ) == false )
UI\WebParts\SqlPersonalizationProvider.cs (4)
120
DateTime lastUpdatedDate = (reader.
IsDBNull
(1)) ? DateTime.MinValue :
122
int size = (reader.
IsDBNull
(2)) ? 0 : reader.GetInt32(2);
123
int userDataSize = (reader.
IsDBNull
(3)) ? 0 : reader.GetInt32(3);
124
int userCount = (reader.
IsDBNull
(4)) ? 0 : reader.GetInt32(4);
System.Workflow.Runtime (19)
Tracking\SqlTrackingQuery.cs (1)
145
if (!reader.
IsDBNull
(6))
Tracking\SqlTrackingWorkflowInstance.cs (18)
222
if (reader.
IsDBNull
(6) || reader.
IsDBNull
(7))
245
if (!reader.
IsDBNull
(1))
272
if (!reader.
IsDBNull
(3))
275
if (!reader.
IsDBNull
(4))
306
if (!reader.
IsDBNull
(1))
357
if (!reader.
IsDBNull
(5))
364
if (!reader.
IsDBNull
(7))
366
else if (!reader.
IsDBNull
(6))
369
if (reader.
IsDBNull
(8) || reader.
IsDBNull
(9))
393
if (!reader.
IsDBNull
(1))
419
if (!reader.
IsDBNull
(3))
422
if (!reader.
IsDBNull
(4))
453
if (!reader.
IsDBNull
(1))
501
if (!reader.
IsDBNull
(3))
528
if (!reader.
IsDBNull
(1))
722
if (!reader.
IsDBNull
(0))