|
TableConnection Property
|
Get IDbConnection of object
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+0199f33448f02143c26eb94d77293bb9443152f1
Syntaxpublic IDbConnection Connection { get; }Public ReadOnly Property Connection As IDbConnection
Get
public:
property IDbConnection^ Connection {
IDbConnection^ get ();
}member Connection : IDbConnection with get
function get_Connection();
View SourceProperty Value
IDbConnection
See Also