Skip to main content
All docs
V26.1
  • SqlGeometryDataAdapter.CommandTimeout Property

    Gets or sets the wait time (in seconds) before the attempt to load data is terminated and an error occurs.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    [DefaultValue(30)]
    public int CommandTimeout { get; set; }

    Property Value

    Type Default Description
    Int32 30

    Wait time (in seconds).

    See Also