Skip to main content
All docs
V25.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.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int CommandTimeout { get; set; }

    Property Value

    Type Description
    Int32

    Wait time (in seconds).

    See Also