Click or drag to resize

SQLiteConnectionGetMappingT Method

Retrieves the mapping that is automatically generated for the given type.

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TableMapping GetMapping<T>()

Type Parameters

T

Return Value

Type: TableMapping
The mapping represents the schema of the columns of the database and contains methods to set and get properties of objects.
See Also