Property CommandTimeout
CommandTimeout
Überschreibt für die Ausführung der Abfrage die Eigenschaft CommandTimeout.
Declaration
[DocfxBrowsable]
public int? CommandTimeout { get; set; }
Property Value
System.Nullable<System.Int32>
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Der zugewiesene Wert ist kleiner als 0. |