Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Changes the IDENTITY column information on a given 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
Table name.
String
Identity column name.
Int32
New seed value.
Int32
New increment value.

Return Value

true if successful.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace