[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbConnectionStringBuilder Interfaces=Object,OleDbConnectionStringBuilder Info=Provides a simple way to create and manage the contents of connection strings used by the OleDbConnection class. [Property] +ConnectionString= |2| Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OleDbConnectionStringBuilder class. ARG(enum)|14|0|Constructor,Constructor2 @DataSource=Sets the name of the data source to connect to. ARG(string)|2| @FileName=Sets the name of the Universal Data Link file for connecting to the data source. ARG(string)|2| @OleDbServices=Sets the value to be passed for the OLE DB Services key within the connection string. ARG(int)|1|0 @PersistSecurityInfo=Sets a Boolean value that indicates whether security-sensitive information, such as the password, is returned as part of the connection if the connection is open or has ever been in an open state. ARG(bool)|14|1|True,False @Provider=Sets a string that contains the name of the data provider associated with the internal connection string. ARG(string)|2| [Methods] *doClear=Clears the contents of the OleDbConnectionStringBuilder instance. ARG()|1|0 *doConstructor=Initializes a new instance of the OleDbConnectionStringBuilder class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OleDbConnectionStringBuilder class. The provided connection string provides the data for the instance's internal connection information. ARG(string baseConnectionString)|1|0 *doContainsKey=Determines whether the OleDbConnectionStringBuilder 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)|1|0 *doRemove=Removes the entry with the specified key from the OleDbConnectionStringBuilder instance. ARG(string keyword)|1|0 *doTryGetValue=Retrieves a value corresponding to the supplied key from the OleDbConnectionStringBuilder instance. 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 *DataSource=Returns the name of the data source to connect to. ARG(string)|3|2 *FileName=Returns the name of the Universal Data Link file for connecting to the data source. 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 OleDbConnectionStringBuilder. ARG(ICollection)|3|0 *OleDbServices=Returns the value to be passed for the OLE DB Services key within the connection string. ARG(int)|3|1 *PersistSecurityInfo=Returns a Boolean value that indicates whether security-sensitive information, such as the password, is returned as part of the connection if the connection is open or has ever been in an open state. ARG(bool)|3|104 *Provider=Returns a string that contains the name of the data provider associated with the internal connection string. ARG(string)|3|2 OleDbConnectionStringBuilder=Returns the OleDbConnectionStringBuilder object. ARG(OleDbConnectionStringBuilder)|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 OleDbConnectionStringBuilder. ARG(string)|4|2 *value=The value corresponding to keyword. ARG(Object)|4|0