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)
Syntaxpublic TableMapping GetMapping<T>()
Public Function GetMapping(Of T) As TableMapping
public:
generic<typename T>
TableMapping^ GetMapping()
member GetMapping : unit -> TableMapping
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