Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Gets all the values in the current row.

[Visual Basic]
Public Function ( _
   ByVal Object[] As Object() _
) As Integer
[C#]
public int (
   Object[] values
);

Parameters

Object[]
Array of Object values.

Return Value

Number of instances of Object in the array.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace