DbServer.Retries Property | |
The setting that determines how often the DbServer object should retry operations that fail.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Retries AS USUAL GET SET
public virtual Usual Retries { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe setting that determines how often the DbServer object should retry operations that fail.
See Also