Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlServerMigrationSqlGenerator::CreateConnection Method ()

Entity Framework 6.0
 

Creates an empty connection for the current provider. Allows derived providers to use connection other than SqlConnection.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

protected:
virtual DbConnection^ CreateConnection()

Return Value

Type: System.Data.Common::DbConnection^

An empty connection for the current provider.

Return to top
Show: