C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Query Class / Timeout Property

In This Topic
Timeout Property
In This Topic
Gets or sets the number of seconds to allow the query to run before timing out. Must be nonnegative. If omitted or zero, the query should not time out.
Syntax
'Declaration
 
Public Property Timeout As Integer
 
Remarks
The default value of this property is 0 (zero).
See Also