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
Syntax public IEnumerable<TableMapping> TableMappings { get; }
Property Value
Type:
IEnumerableTableMappingSee Also