Click or drag to resize

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
)

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