SaaS CMS has officially launched! Learn more now.

Class DataAccessOptions

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

Inheritance
System.Object
DataAccessOptions
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.Internal
Assembly: EPiServer.Data.dll
Version: 10.10.4
Syntax
[Options]
public class DataAccessOptions

Constructors

DataAccessOptions()

Declaration
public DataAccessOptions()

Properties

ConnectionStringOptions

Declaration
public IList<ConnectionStringOptions> ConnectionStringOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ConnectionStringOptions>

CreateDatabaseSchema

Declaration
public bool CreateDatabaseSchema { get; set; }
Property Value
Type Description
System.Boolean

DatabaseMode

Declaration
public DatabaseMode DatabaseMode { get; set; }
Property Value
Type Description
DatabaseMode

DatabaseQueryTimeout

Declaration
public TimeSpan DatabaseQueryTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

DefaultConnectionStringName

Declaration
public string DefaultConnectionStringName { get; set; }
Property Value
Type Description
System.String

DisableDateTimeKindValidation

Declaration
public bool DisableDateTimeKindValidation { get; set; }
Property Value
Type Description
System.Boolean

Retries

Declaration
public int Retries { get; set; }
Property Value
Type Description
System.Int32

RetryDelay

Declaration
public TimeSpan RetryDelay { get; set; }
Property Value
Type Description
System.TimeSpan

UpdateDatabaseSchema

Declaration
public bool UpdateDatabaseSchema { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods