Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Gets a value indicating if the column value is null or missing.

[Visual Basic]
Overrides Public Function ( _
   ByVal Int32 As Integer _
) As Boolean _
    Implements IDataRecord.
[C#]
public override bool (
   Int32 i
);

Parameters

Int32
Zero-based column index.

Return Value

true if the column value is missing or is null.

Implements

IDataRecord.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace