Share via


AdoDotNetSourceInformation.Connection Property

Gets the underlying DbConnection object instance used in the class.

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
'Usage
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.

.NET Framework Security

See Also

Reference

AdoDotNetSourceInformation Class

AdoDotNetSourceInformation Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace