Class DatabaseConnectionResolver

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
DatabaseConnectionResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Providers.Internal
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public class DatabaseConnectionResolver : IDatabaseConnectionResolver

Constructors

DatabaseConnectionResolver(DataAccessOptions)

Declaration
public DatabaseConnectionResolver(DataAccessOptions dataAccessOptions)
Parameters
Type Name Description
DataAccessOptions dataAccessOptions

Methods

Resolve()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the connection settings that is being used by this instance.

Declaration
public ConnectionStringOptions Resolve()
Returns
Type Description
ConnectionStringOptions

Implements

Extension Methods