Data Port Sync 1.0.500

JetRowset. Method 

[This is preliminary documentation and subject to change.]

Sets a value to search for in the column of the current index.

[Visual Basic]
Public Sub ( _
   ByVal Int32 As Integer, _
   ByVal Object As Object _
)
[C#]
public void (
   Int32 iColumn,
   Object objVal
);

Parameters

Int32
Zero-based seek column index.
Object
Value to search for.

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace