MySQL Connector/Net
MySqlBulkLoaderTimeout Property |
Gets or sets the timeout.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Timeout { get; set; }
Public Property Timeout As Integer Get Set
public: property int Timeout { int get (); void set (int value); }
member Timeout : int with get, set
Property Value
Type: Int32The timeout.
