TypeVersionAutoIncrement Property |
Does managed type or its base classes include an auto increment field?
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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:
BooleanSee Also