Show / Hide Table of Contents

    IDataContextOptions.CommandTimeout Property

    .NET Standard 2.x

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

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       int CommandTimeout { get; set; }
    

    Property Value

    System.Int32

    The time (in seconds) to wait for the command to execute. The default value is 30 seconds.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon