Data Port Sync 1.0.500

SqlCeRowset. Method (String)

[This is preliminary documentation and subject to change.]

Returns the NULL status of a column.

[Visual Basic]
Overloads Public Function ( _
   ByVal String As String _
) As Boolean
[C#]
public bool (
   String strColName
);

Parameters

String
Column name.

Return Value

true if NULL, false otherwise.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace | SqlCeRowset. Overload List