| 
            
              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.257-beta
Syntaxpublic 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
String
See Also