CommandDefinitionCommandTimeout Property |
The effective timeout for the command
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<int> CommandTimeout { get; }
Public ReadOnly Property CommandTimeout As Nullable(Of Integer)
Get
public:
property Nullable<int> CommandTimeout {
Nullable<int> get ();
}
member CommandTimeout : Nullable<int> with get
Property Value
Type:
NullableInt32See Also