|  | 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
Syntaxpublic TableMapping Table { get; }Public ReadOnly Property Table As TableMapping
	Get
public:
property TableMapping^ Table {
	TableMapping^ get ();
}member Table : TableMapping with get
Property Value
Type: 
TableMapping See Also
See Also