Data Port Sync 1.0.500

JetDatabase. Method 

[This is preliminary documentation and subject to change.]

Alters the identity properties of 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
Column name.
Int32
New seed value.
Int32
New increment value.

Return Value

true if successful.

See Also

JetDatabase Class | Primeworks.DataPortSync.Jet Namespace