SQLiteConnectionGetMappingT Method |
Retrieves the mapping that is automatically generated for the given type.
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
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