|
BulkDataOperationBaseTimeout Property
|
Get or set Maximum number of seconds to wait when processing a SQL command before timing out.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public virtual int Timeout { get; set; }
Public Overridable Property Timeout As Integer
Get
Set
public:
virtual property int Timeout {
int get ();
void set (int value);
}
abstract Timeout : int with get, set
override Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
View SourceProperty Value
Int32Implements
IBulkDataOperationTimeoutSee Also