| ColumnMappingTable Property |
The table mapping which this column belongs to
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public TableMapping Table { get; }
Public ReadOnly Property Table As TableMapping
Get
public:
property TableMapping^ Table {
TableMapping^ get ();
}
member Table : TableMapping with get
Property Value
Type:
TableMappingSee Also