If the property's value is set in database automatically(like sequential number), set true
Namespace: DataBaseExecutors.EntityAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
public bool IsDbGenerate { get; set; }
public bool IsDbGenerate { get; set; }
Public Property IsDbGenerate As Boolean
Get
Set
Public Property IsDbGenerate As Boolean
Get
Set
public:
property bool IsDbGenerate {
bool get ();
void set (bool value);
}
public:
property bool IsDbGenerate {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean