Data Port Sync 1.0.500

SqlCeRowset. Method (String)

[This is preliminary documentation and subject to change.]

Returns the column value as a SqlBinary structure.

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

Parameters

String
Column name.

Return Value

SqlBinary column value.

Remarks

This method does not throw an exception when the column value is null, it returns SqlBinary.Null instead.

See Also

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