Click or drag to resize
AbstractDatabaseAbstracterCommandTimeout Property
Gets or sets the default command time out.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public int CommandTimeout { get; set; }

Property Value

Type: Int32
The command timeout in milliseconds.

Implements

IDatabaseAbstracterCommandTimeout
See Also