gda-sharp2.6.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
Management of connections to XML data sources
To be addedGLib.ObjectMethodGda.XmlConnection
Creates a Gda.XmlConnection object from the contents of filename, which must be a correct .connection file.
a a To be addedMethodGda.XmlConnection
Creates a Gda.XmlConnection object from the given XML string.
a a To be addedMethodSystem.Boolean
Loads a XML file into the object.
a a To be addedMethodSystem.Boolean
Loads a XML string into the object.
a a To be addedConstructorTo be added
a To be addedConstructorTo be added
Creates a new GdaXmlConnection object, which lets you parse and/or create .connection files, which are XML files used to specify all parameters needed to open a database connection, and which can be used to store user's connection preferences, or for automatic connection to databases from unattended scripts and such.
PropertySystem.String
Gets / Sets the password for the object.
a To be addedPropertySystem.String
Gets / Sets the user name for the object.
a To be addedPropertySystem.String
Gets / Sets the data source name for the object.
a To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete(Message=null, IsError=False)ConstructorCreates a Connection object from the contents of file.
a path to a .connection file.
The file must be a properly formatted .connection file.