Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SqlDataProviderOptions

Contains options for SqlDataProvider.

Inheritance
System.Object
SqlDataProviderOptions
Namespace: Mediachase.Data.Provider
Assembly: Mediachase.SqlDataProvider.dll
Version: 14.26.0
Syntax
public class SqlDataProviderOptions : Object

Constructors

SqlDataProviderOptions()

Declaration
public SqlDataProviderOptions()

Properties

CommandTimeOut

The command timeout, in seconds. If not set, it will be -1 and SqlDataProvider will use the default framework settings (30 seconds)

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