Back to Devexpress

SqlGeometryDataAdapter.CommandTimeout Property

wpf-devexpress-dot-xpf-dot-map-dot-sqlgeometrydataadapter-b2b176dc.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.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public int CommandTimeout { get; set; }
vb
Public Property CommandTimeout As Integer

Property Value

TypeDescription
Int32

Wait time (in seconds).

|

See Also

SqlGeometryDataAdapter Class

SqlGeometryDataAdapter Members

DevExpress.Xpf.Map Namespace