Back to Devexpress

SqlGeometryDataAdapter.CommandTimeout Property

windowsforms-devexpress-dot-xtramap-dot-sqlgeometrydataadapter-fa30c604.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(30)]
public int CommandTimeout { get; set; }
vb
<DefaultValue(30)>
Public Property CommandTimeout As Integer

Property Value

TypeDefaultDescription
Int3230

Wait time (in seconds).

|

See Also

SqlGeometryDataAdapter Class

SqlGeometryDataAdapter Members

DevExpress.XtraMap Namespace