[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides a base class for strongly typed connection string builders. [Property] @ConnectionString=Sets the connection string associated with the DbConnectionStringBuilder. ARG(string)|2| [Methods] *doAdd=Adds an entry with the specified key and value into the DbConnectionStringBuilder. ARG(string keyword, Object value)|1|0 *doAppendKeyValuePair=Provides an efficient and safe way to append a key and value to an existing StringBuilder object. ARG(StringBuilder builder, string keyword, string value)|1|0 *doAppendKeyValuePair2=Provides an efficient and safe way to append a key and value to an existing StringBuilder object. ARG(StringBuilder builder, string keyword, string value, bool useOdbcRules)|1|0 *doBrowsableConnectionString=Sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. ARG(bool)|1|0 *doClear=Clears the contents of the DbConnectionStringBuilder instance. ARG()|1|0 *doContainsKey=Determines whether the DbConnectionStringBuilder contains a specific key. ARG(string keyword)|1|0 *doEquivalentTo=Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. ARG(DbConnectionStringBuilder connectionStringBuilder)|1|0 *doItem=Sets the value associated with the specified key.ARG(string keyword, Object value)|1|0 *doRemove=Removes the entry with the specified key from the DbConnectionStringBuilder instance. ARG(string keyword)|1|0 *doShouldSerialize=Indicates whether the specified key exists in this DbConnectionStringBuilder instance. ARG(string keyword)|1|0 *doTryGetValue=Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder. ARG(string keyword, out Object value)|1|0 *onContainsKey=Occurs after invoke the method doContainsKey and returns the result ARG(bool)|2|104 *onEquivalentTo=Occurs after invoke the method doEquivalentTo and returns the result ARG(bool)|2|104 *onRemove=Occurs after invoke the method doRemove and returns the result ARG(bool)|2|104 *onShouldSerialize=Occurs after invoke the method doShouldSerialize and returns the result ARG(bool)|2|104 *onTryGetValue=Occurs after invoke the method doTryGetValue and returns the result ARG(bool)|2|104 *BrowsableConnectionString=Returns a value that indicates whether the ConnectionString property is visible in Visual Studio designers. ARG(bool)|3|104 *ConnectionString=Returns the connection string associated with the DbConnectionStringBuilder. ARG(string)|3|2 *Count=Returns the current number of keys that are contained within the ConnectionString property. ARG(int)|3|1 *IsFixedSize=Returns a value that indicates whether the DbConnectionStringBuilder has a fixed size. ARG(bool)|3|104 *IsReadOnly=Returns a value that indicates whether the DbConnectionStringBuilder is read-only. ARG(bool)|3|104 *Item=Returns the value associated with the specified key.ARG(Object)|3|0 *Keys=Returns an ICollection that contains the keys in the DbConnectionStringBuilder. ARG(ICollection)|3|0 *ToString=Returns the connection string associated with this DbConnectionStringBuilder. ARG(string)|3|2 *Values=Returns an ICollection that contains the values in the DbConnectionStringBuilder. ARG(ICollection)|3|0 *builder=The StringBuilder to which to add the key/value pair. ARG(StringBuilder)|4|0 *connectionStringBuilder=The DbConnectionStringBuilder to be compared with this DbConnectionStringBuilder object. ARG(DbConnectionStringBuilder)|4|0 *keyword=The key to add to the DbConnectionStringBuilder. ARG(string)|4|2 *useOdbcRules=true to use {} to delimit fields, false to use quotation marks. ARG(bool)|4|104 *value=The value for the specified key. ARG(Object)|4|0