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