SQLiteConnectionTableMappings Property |
Returns the mappings from types to tables that the connection
currently understands.
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic IEnumerable<TableMapping> TableMappings { get; }
Property Value
Type:
IEnumerableTableMapping
See Also