|
| MySQL Connector/Net |
| MySqlConnectionStringBuilder..::..Keepalive Property |
| MySqlConnectionStringBuilder Class See Also Send Feedback |
|
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public uint Keepalive { get; set; } |
| Visual Basic |
|---|
Public Property Keepalive As UInteger Get Set |
| Visual C++ |
|---|
public: property unsigned int Keepalive { unsigned int get (); void set (unsigned int value); } |