Data Port Sync 1.0.500

SqlCeIndex Constructor 

[This is preliminary documentation and subject to change.]

Builds a SqlCeIndex from raw pipe data.

[Visual Basic]
Public Sub New( _
   ByVal SqlCeTable As SqlCeTable, _
   ByVal Byte[] As Byte(), _
   ByVal Int32 As Integer _
)
[C#]
public SqlCeIndex(
   SqlCeTable table,
   Byte[] data,
   Int32 iIndex
);

Parameters

SqlCeTable
Containing table.
Byte[]
Pipe raw data.
Int32
Index to start parsing from.

See Also

SqlCeIndex Class | Primeworks.DesktopSqlCe Namespace