ExecutionStrategyKey Constructor (String, String)

 

Initializes a new instance of ExecutionStrategyKey

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

public ExecutionStrategyKey(
	string providerInvariantName,
	string serverName
)

Parameters

providerInvariantName
Type: System.String

The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used.

serverName
Type: System.String

A string that will be matched against the server name in the connection string.