TableQueryTConnection Property |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SQLiteConnection Connection { get; }Public ReadOnly Property Connection As SQLiteConnection
Get
public:
property SQLiteConnection^ Connection {
SQLiteConnection^ get ();
}member Connection : SQLiteConnection with get
Property Value
Type:
SQLiteConnection
See Also