AutoIncrementAttribute
Auto populate Primary Key Property with an RDBMS generated Auto Incrementing serial Integer
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class AutoIncrementAttribute : AttributeBase, _Attribute
Implements
System.Runtime.InteropServices._Attribute