Data Port Sync 1.0.500

SqlCeIndexCollection. Method 

[This is preliminary documentation and subject to change.]

Determines whether a given index is on the collection.

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As Boolean
[C#]
public bool (
   String strIndexName
);

Parameters

String
Index name.

Return Value

true if the index exists, otherwise false.

See Also

SqlCeIndexCollection Class | Primeworks.DesktopSqlCe Namespace