Data Port Sync 1.0.500

JetRowset. Method 

[This is preliminary documentation and subject to change.]

Gets the column data as a byte array.

[Visual Basic]
Public Function ( _
   ByVal Int32 As Integer _
) As Byte()
[C#]
public byte[] (
   Int32 iOrdinal
);

Parameters

Int32
Column ordinal.

Return Value

Byte array with serialized column data.

Remarks

If the rowset has a bookmark, its ordinal is always zero.

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace