|
MySqlInputAdapterMySqlConnectionString Property
|
Returns a connection string containing only the key-value pairs
that are used to connect to MySQL.
Namespace: MySqlAdaptersAssembly: MySqlAdapters (in MySqlAdapters.dll) Version: 2.4.207-beta
Syntax public string MySqlConnectionString { get; }
Public ReadOnly Property MySqlConnectionString As String
Get
public:
property String^ MySqlConnectionString {
String^ get ();
}
member MySqlConnectionString : string with get
function get_MySqlConnectionString();
View SourceProperty Value
StringSee Also