| TypeVersionAutoIncrement Property  | 
 
            Does managed type or its base classes include an auto increment field?
            
 
    Namespace: 
   VelocityDb.TypeInfo
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic bool AutoIncrement { get; set; }Public Property AutoIncrement As Boolean
	Get
	Set
public:
property bool AutoIncrement {
	bool get ();
	void set (bool value);
}member AutoIncrement : bool with get, set
Property Value
Type: 
Boolean See Also
See Also