|
IBulkDataOperationTimeout Property
|
Get or set time out for SQL statement
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxint Timeout { get; set; }
Property Timeout As Integer
Get
Set
property int Timeout {
int get ();
void set (int value);
}
abstract Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
Property Value
Int32
See Also