Data Port Sync 1.0.500

SqlCeRowset. Method (String, Byte[])

[This is preliminary documentation and subject to change.]

Sets the rowset column value using the byte representation of the data.

[Visual Basic]
Overloads Public Sub ( _
   ByVal String As String, _
   ByVal Byte[] As Byte() _
)
[C#]
public void (
   String strColName,
   Byte[] data
);

Parameters

String
Column name.
Byte[]
Value to set.

See Also

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