ExecutionStrategyKey Class

Definition

A key used for resolving Func<TResult>. It consists of the ADO.NET provider invariant name and the database server name as specified in the connection string.

public class ExecutionStrategyKey
type ExecutionStrategyKey = class
Public Class ExecutionStrategyKey
Inheritance
ExecutionStrategyKey

Constructors

ExecutionStrategyKey(String, String)

Initializes a new instance of ExecutionStrategyKey

Properties

ProviderInvariantName

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

ServerName

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

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to