Click or drag to resize

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
C#
public IEnumerable<TableMapping> TableMappings { get; }

Property Value

Type: IEnumerableTableMapping
See Also