Data Port Sync 1.0.500

SqlCeIndexCollection. Method 

[This is preliminary documentation and subject to change.]

Gets the SqlCeIndex object that represents the PRIMARY KEY constraint of the table.

[Visual Basic]
Public Function () As SqlCeIndex
[C#]
public SqlCeIndex ();

Return Value

The SqlCeIndex that represents the PRIMARY KEY or null if no PRIMARY KEY exists.

See Also

SqlCeIndexCollection Class | Primeworks.DesktopSqlCe Namespace