AdoDotNetConnectionSupport.Connection Property

Gets the DbConnection object being used by the current connection support instance.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Protected ReadOnly Property Connection As DbConnection
'使用
Dim value As DbConnection

value = Me.Connection
protected DbConnection Connection { get; }
protected:
property DbConnection^ Connection {
    DbConnection^ get ();
}
protected function get Connection () : DbConnection

Property Value

Type: System.Data.Common.DbConnection

A DbConnection object instance.

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace