Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Places the SqlCeRowset on the record with indexed values that match the specified parameters.

[Visual Basic]
Public Function ( _
   ByVal DbSeekOptions As DbSeekOptions, _
   ByVal Object[] As Object() _
) As Boolean
[C#]
public bool (
   DbSeekOptions dbSeekOptions,
   Object[] index
);

Parameters

DbSeekOptions
Seek options.
Object[]
Array of parameters.

Return Value

true if the row was found, otherwise false.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace