| ColumnMappingIsAutoGenerated Property |
True if column is set by database
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public bool IsAutoGenerated { get; }
Public ReadOnly Property IsAutoGenerated As Boolean
Get
public:
property bool IsAutoGenerated {
bool get ();
}
member IsAutoGenerated : bool with get
Property Value
Type:
BooleanSee Also