SQLiteConnectionTableMappings Property |
Returns the mappings from types to tables that the connection
currently understands.
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<TableMapping> TableMappings { get; }Public ReadOnly Property TableMappings As IEnumerable(Of TableMapping)
Get
public:
property IEnumerable<TableMapping^>^ TableMappings {
IEnumerable<TableMapping^>^ get ();
}member TableMappings : IEnumerable<TableMapping> with get
Property Value
Type:
IEnumerableTableMapping
See Also