ExecutionStrategyKey Class

 

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.

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

System.Object
  System.Data.Entity.Infrastructure.ExecutionStrategyKey

public class ExecutionStrategyKey

NameDescription
System_CAPS_pubmethodExecutionStrategyKey(String, String)

Initializes a new instance of ExecutionStrategyKey

NameDescription
System_CAPS_pubpropertyProviderInvariantName

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

System_CAPS_pubpropertyServerName

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

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to this key.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.