DBColumnAttribute IsDbGenerate Property DataBaseExecutors
If the property's value is set in database automatically(like sequential number), set true

Namespace: DataBaseExecutors.Entity
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public bool IsDbGenerate { get; set; }

Property Value

Type: Boolean
See Also