Click or drag to resize

TableMappingGet Method

Get table information

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static TableMapping Get(
	Type t
)

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