Data Port Sync 1.0.500

SqlCeColumn.Increment Property

[This is preliminary documentation and subject to change.]

Gets or sets the IDENTITY column increment value.

[Visual Basic]
Public Property Increment As 
[C#]
public  Increment {get; set;}

Remarks

This value is valid only for columns where the IsIdentity property is true.

See Also

SqlCeColumn Class | Primeworks.DesktopSqlCe Namespace