[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbConnectionStringBuilder Interfaces=Object,OdbcConnectionStringBuilder Info=Provides a simple way to create and manage the contents of connection strings used by the OdbcConnection class. [Property] +ConnectionString= |2| Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OdbcConnectionStringBuilder class. ARG(enum)|14|0|Constructor,Constructor2 @Driver=Sets the name of the ODBC driver associated with the connection. ARG(string)|2| @Dsn=Sets the name of the data source name associated with the connection. ARG(string)|2| [Methods] *doClear=Clears the contents of the OdbcConnectionStringBuilder instance. ARG()|1|0 *doConstructor=Initializes a new instance of the OdbcConnectionStringBuilder class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OdbcConnectionStringBuilder class. The provided connection string provides the data for the instance's internal connection information. ARG(string baseConnectionString)|1|0 *doContainsKey=Determines whether the OdbcConnectionStringBuilder contains a specific key. ARG(string keyword)|1|0 *doItem=Sets the value associated with the specified key. In C#, this property is the indexer. ARG(string keyword, Object value))|1|0 *doRemove=Removes the entry with the specified key from the OdbcConnectionStringBuilder instance. ARG(string keyword)|1|0 *doTryGetValue=Retrieves a value corresponding to the supplied key from this OdbcConnectionStringBuilder. ARG(string keyword, out Object value)|1|0 *onContainsKey=Occurs after invoke the method doContainsKey and returns the result ARG(bool)|2|104 *onRemove=Occurs after invoke the method doRemove and returns the result ARG(bool)|2|104 *onTryGetValue=Occurs after invoke the method doTryGetValue and returns the result ARG(bool)|2|104 *Driver=Returns the name of the ODBC driver associated with the connection.ARG(string)|3|2 *Dsn=Returns the name of the data source name associated with the connection.ARG(string)|3|2 *Item=Returns the value associated with the specified key. In C#, this property is the indexer. ARG(Object)|3|0 *Keys=Returns an ICollection that contains the keys in the OdbcConnectionStringBuilder. ARG(ICollection)|3|0 OdbcConnectionStringBuilder=Returns the OdbcConnectionStringBuilder object.ARG(OdbcConnectionStringBuilder)|3|0 *baseConnectionString=The basis for the object's internal connection information. Parsed into key/value pairs. ARG(string)|4|2 *keyword=The key to locate in the OdbcConnectionStringBuilder. ARG(string)|4|2 *value=The value corresponding to keyword. ARG(Object)|4|0