Inheritance Hierarchy
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic sealed class AutoIncrement : Attribute
Public NotInheritable Class AutoIncrement
Inherits Attribute
public ref class AutoIncrement sealed : public Attribute
[<SealedAttribute>]
type AutoIncrement =
class
inherit Attribute
end
The AutoIncrement type exposes the following members.
Constructors
| Name | Description |
---|
 | AutoIncrement |
Use in class definition preceding a field declaration, i.e. [AutoIncrement(1)]
|
Top
Properties
| Name | Description |
---|
 | Start |
Gets the requested start number of the auto increment sequence
|
Top
See Also