Class SqlDataProviderOptions
Contains options for SqlDataProvider.
Inheritance
System.Object
SqlDataProviderOptions
Namespace: Mediachase.Data.Provider
Assembly: Mediachase.SqlDataProvider.dll
Version: 14.26.0Syntax
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 |