Data Port Sync 1.0.500

SqlCeIndexColumnCollection. Method 

[This is preliminary documentation and subject to change.]

Returns an enumerator that can iterate through a collection.

[Visual Basic]
NotOverridable Public Function () As IEnumerator _
    Implements IEnumerable.
[C#]
public IEnumerator ();

Return Value

An IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable.

See Also

SqlCeIndexColumnCollection Class | Primeworks.DesktopSqlCe Namespace