Data Port Sync 1.0.500

SqlCeIndexCollection. Method 

[This is preliminary documentation and subject to change.]

Adds a SqlCeIndex object to the collection.

[Visual Basic]
Public Sub ( _
   ByVal SqlCeIndex As SqlCeIndex _
)
[C#]
public void (
   SqlCeIndex index
);

Parameters

SqlCeIndex
SqlCeIndex object.

See Also

SqlCeIndexCollection Class | Primeworks.DesktopSqlCe Namespace