Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Positions the SqlCeDataReader on the record with indexed values that match the specified parameters.

[Visual Basic]
Public Sub ( _
   ByVal DbSeekOptions As DbSeekOptions, _
   ByVal Object[] As Object() _
)
[C#]
public void (
   DbSeekOptions dbSeekOptions,
   Object[] index
);

Parameters

DbSeekOptions
One of the DbSeekOptions values.
Object[]
Array ov values that match the current index columns.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace