|  | TableMappingGet Method  | 
 
            Get table information
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Query
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic static TableMapping Get(
	Type t
)
Public Shared Function Get ( 
	t As Type
) As TableMapping
public:
static TableMapping^ Get(
	Type^ t
)
static member Get : 
        t : Type -> TableMapping 
Parameters
- t
- Type: SystemType
 [Missing <param name="t"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.Get(System.Type)"] 
Return Value
Type: 
TableMapping[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.Get(System.Type)"]
 See Also
See Also