Data Port Sync 1.0.500

JetRowset. Method (DbSeekOptions, Object[])

[This is preliminary documentation and subject to change.]

Searches for a row whose index values match the given key ans seek options.

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

Parameters

DbSeekOptions
Seek options.
Object[]
Array of key values.

Return Value

true if the row was found, otherwise false

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace | JetRowset. Overload List