Data Port Sync 1.0.500

SqlCeRowset. Method 

[This is preliminary documentation and subject to change.]

Alters the identity column of a table.

[Visual Basic]
Public Function ( _
   ByVal String As String, _
   ByVal String As String, _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
) As Boolean
[C#]
public bool (
   String strTable,
   String strColumn,
   Int32 nSeed,
   Int32 nIncrement
);

Parameters

String
String
Int32
Int32

Return Value

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace