PreparedSqlLiteInsertCommandConnection Property |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected SQLiteConnection Connection { get; set; }Protected Property Connection As SQLiteConnection
Get
Set
protected:
property SQLiteConnection^ Connection {
SQLiteConnection^ get ();
void set (SQLiteConnection^ value);
}member Connection : SQLiteConnection with get, set
Property Value
Type:
SQLiteConnection
See Also