IDataConnection.InternalConnection Property

Gets the internal connection (the ADO.NET provider independent connection instance) for the connection.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
ReadOnly Property InternalConnection As DbConnection
    Get
'Usage
Dim instance As IDataConnection
Dim value As DbConnection

value = instance.InternalConnection
DbConnection InternalConnection { get; }
property DbConnection^ InternalConnection {
    DbConnection^ get ();
}
abstract InternalConnection : DbConnection
function get InternalConnection () : DbConnection

Property Value

Type: System.Data.Common.DbConnection
The internal connection.

See Also

Reference

IDataConnection Interface

Microsoft.SqlServerCe.Management.Scripting Namespace