DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommand Class / CommandTimeout Property

In This Topic
    CommandTimeout Property (C1D365SCommand)
    In This Topic
    Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
    Syntax
    'Declaration
     
    Public Property CommandTimeout As Integer
    public int CommandTimeout {get; set;}
    See Also