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.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ExecutionStrategyKey(String, String) | Initializes a new instance of ExecutionStrategyKey |
Name | Description | |
---|---|---|
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to this key.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the current instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.