MySqlConnectionStringBuilder.AutoEnlist Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlConnectionStringBuilderAutoEnlist Property |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public bool AutoEnlist { get; set; }
Public Property AutoEnlist As Boolean Get Set
public: property bool AutoEnlist { bool get (); void set (bool value); }
member AutoEnlist : bool with get, set