Data Port Sync 1.0.500

JetIndex Constructor 

[This is preliminary documentation and subject to change.]

Creates a new Jet table index object.

[Visual Basic]
Public Sub New( _
   ByVal JetTable As JetTable, _
   ByVal IntPtr As IntPtr _
)
[C#]
public JetIndex(
   JetTable table,
   IntPtr pIndex
);

Parameters

JetTable
IntPtr

See Also

JetIndex Class | Primeworks.DataPortSync.Jet Namespace