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

'Declaration
Protected ReadOnly Property Connection As DbConnection
protected DbConnection Connection { get; }
protected:
property DbConnection^ Connection {
    DbConnection^ get ();
}
member Connection : DbConnection with get
function get Connection () : DbConnection

Property Value

Type: System.Data.Common.DbConnection
A DbConnection object instance.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace