Data Port Sync 1.0.500

SqlCeRowset. Method (Int32)

[This is preliminary documentation and subject to change.]

Gets the column value as a byte array.

[Visual Basic]
Overloads Public Function ( _
   ByVal Int32 As Integer _
) As Byte()
[C#]
public byte[] (
   Int32 iColumn
);

Parameters

Int32
Column index.

Return Value

Column value as a byte array.

See Also

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