Data Port Sync 1.0.500

JetRowset. Method 

[This is preliminary documentation and subject to change.]

Calculates the zero-based column index given the column name.

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As Integer
[C#]
public int (
   String strColumn
);

Parameters

String
Column name.

Return Value

The zero-based column index or: -1 if the rowset pointer is invalid -2 if the column does not exist

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace