| TableMappingGet Method |
Get table information
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public 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.OrmLite.TableMapping.Get(System.Type)"]
Return Value
Type:
TableMapping[Missing <returns> documentation for "M:SanteDB.OrmLite.TableMapping.Get(System.Type)"]
See Also