[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=DbConnectionStringBuilder Interfaces=Object,OracleConnectionStringBuilder Info=Provides a simple way to create and manage the contents of connection strings used by the OracleConnection class. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the OracleConnectionStringBuilder class. ARG(enum)|14|0|Constructor,Constructor2 @DataSource=Sets the name of the Oracle data source to connect to. ARG(string)|2| @Enlist=Sets a value that indicates whether the pooler automatically enlists the connection in the creation thread's current transaction context. ARG(bool)|14|0|True,False @IntegratedSecurity=Sets a value that indicates whether "User ID" and "Password" are specified in the connection . ARG(bool)|14|1|True,False @LoadBalanceTimeout=Sets the minimum time, in seconds, for the connection to live in the connection pool before it is removed. ARG(int)|1|0 @MaxPoolSize=Sets the maximum number of connections allowed in the connection pool for this specific connection string. ARG(int)|1|100 @MinPoolSize=Sets the minimum number of connections allowed in the connection pool for this specific connection string. ARG(int)|1|0 @OmitOracleConnectionName=Sets the flag that enables transaction rollbacks on earlier versions of Oracle . ARG(bool)|14|1|True,False @Password=Sets the password for the Oracle account. ARG(string)|2| @PersistSecurityInfo=Sets a Boolean value that indicates if security-sensitive information, such as the password, is not 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 @Pooling=Sets a Boolean value that indicates whether the connection will be pooled, or whether each connection will be explicitly opened every time that the connection is requested. ARG(bool)|14|0|True,False @Unicode=Sets a Boolean value that indicates if the client supports the Unicode functionality available in later Oracle clients, or if it is non-Unicode aware. ARG(bool)|14|1|True,False @UserID=Sets the user ID to be used when connecting to Oracle. ARG(string)|2| [Methods] *doClear=Clears the contents of the OracleConnectionStringBuilder instance. ARG()|1|0 *doConstructor=Initializes a new instance of the OracleConnectionStringBuilder class. ARG()|1|0 *doConstructor2=Initializes a new instance of the OracleConnectionStringBuilder class. The provided connection string provides the data for the instance's internal connection information. ARG(string baseConnectionString)|1|0 *doContainsKey=Determines whether the OracleConnectionStringBuilder 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 OracleConnectionStringBuilder instance. ARG(string keyword)|1|0 *doShouldSerialize=Indicates whether the specified key exists in this OracleConnectionStringBuilder instance. ARG(string keyword)|1|0 *doTryGetValue=Retrieves a value corresponding to the supplied key from this OracleConnectionStringBuilder. 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 *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 *DataSource=Returns the name of the Oracle data source to connect to. ARG(string)|3|2 *Enlist=Returns a value that indicates whether the pooler automatically enlists the connection in the creation thread's current transaction context. ARG(bool)|3|104 *IntegratedSecurity=Returns a value that indicates whether "User ID" and "Password" are specified in the connection . ARG(bool)|3|104 *IsFixedSize=Returns a value that indicates whether the OracleConnectionStringBuilder has a fixed size. ARG(bool)|3|104 *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 OracleConnectionStringBuilder. ARG(ICollection)|3|0 *LoadBalanceTimeout=Returns the minimum time, in seconds, for the connection to live in the connection pool before it is removed. ARG(int)|3|1 *MaxPoolSize=Returns the maximum number of connections allowed in the connection pool for this specific connection string. ARG(int)|3|1 *MinPoolSize=Returns the minimum number of connections allowed in the connection pool for this specific connection string. ARG(int)|3|1 *OmitOracleConnectionName=Returns the flag that enables transaction rollbacks on earlier versions of Oracle . ARG(bool)|3|104 *Password=Returns the password for the Oracle account. ARG(string)|3|2 *PersistSecurityInfo=Returns a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state. ARG(bool)|3|104 *Pooling=Returns a Boolean value that indicates whether the connection will be pooled, or whether each connection will be explicitly opened every time that the connection is requested. ARG(bool)|3|104 *Unicode=Returns a Boolean value that indicates if the client supports the Unicode functionality available in later Oracle clients, or if it is non-Unicode aware. ARG(bool)|3|104 *UserID=Returns the user ID to be used when connecting to Oracle. ARG(string)|3|2 *Values=Returns an ICollection that contains the values in the OracleConnectionStringBuilder. ARG(ICollection)|3|0 OracleConnectionStringBuilder=Returns the OracleConnectionStringBuilder object. ARG(OracleConnectionStringBuilder)|3|0 *baseConnectionString=The basis for the object's internal connection information. Parsed into name/value pairs. Invalid key names raise a KeyNotFoundException. ARG(string)|4|2 *keyword=The key to locate in the OracleConnectionStringBuilder. ARG(string)|4|2 *value=The value corresponding to keyword. ARG(Object)|4|0