Data Port Sync 1.0.500

JetRowset. Method 

[This is preliminary documentation and subject to change.]

Sets a column value.

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

Parameters

Int32
Column ordinal.
Object
Boxed value.

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace