A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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