DomainObjects Class Library

ScalarQuery.CommandTimeout Property

Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error.

public Int32 CommandTimeout {get; set;}

Property Value

The time in seconds to wait for this SQL statement to execute. A value of 0 specifies no time limit. The default value is the CommandTimeout application config setting.

Implements

IQuery.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace