| ColumnMappingTable Property |
The table mapping which this column belongs to
Namespace:
SanteDB.DisconnectedClient.SQLite.Query
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.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