Data Port Sync 1.0.500

SqlCeIndexColumn Constructor (SqlCeIndex, Byte[], Int32)

[This is preliminary documentation and subject to change.]

Builds an index column from pipe raw data.

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

Parameters

SqlCeIndex
Containing table index.
Byte[]
Raw pipe data array.
Int32
Index into pipe array.

See Also

SqlCeIndexColumn Class | Primeworks.DesktopSqlCe Namespace | SqlCeIndexColumn Constructor Overload List