Data Port Sync 1.0.500

JetRowset. Method 

[This is preliminary documentation and subject to change.]

Gets the column value as a boolean.

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

Parameters

Int32
Column ordinal.

Return Value

Boolean value.

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace