|
SchemaConnection Property
|
IDbConnection to open a database connection
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic IDbConnection Connection { get; set; }
Public Property Connection As IDbConnection
Get
Set
public:
property IDbConnection^ Connection {
IDbConnection^ get ();
void set (IDbConnection^ value);
}
member Connection : IDbConnection with get, set
function get_Connection();
function set_Connection(value);
View SourceProperty Value
IDbConnection
See Also