VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class
Properties Methods


In This Topic
    VistaDBConnectionStringBuilder Class Members
    In This Topic

    The following tables list the members exposed by VistaDBConnectionStringBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe CompatibilityMode setting for the life of a specific connection. A different setting value may alter the handling of SQL code including sprocs and UDFs already previously stored in the database.  
    Public PropertyGets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyThe maximum time in seconds to wait for a valid connection. By default we do not wait at all. If there are no open connection pool slots available we return immediately with failure.  
    Public PropertyOnly assigned for CLR stored procedures. If set to true the context connection is used.  
    Public PropertyGets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyDatabase to access within the Data Source. VistaDB supports only one database per data source (file) and ignores this property. Instead use Data Source to set the filename (partial or full path).  
    Public PropertyThe name and file location of the database to open. May include the |DataDirectory| macro to indicate local working path.  
    Public PropertyDatabase Encrypted flag to show if a valid encryption phrase has been set on this database  
    Public PropertyOverridden. Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. Gets a value that indicates whether the VistaDBConnectionStringBuilder has a fixed size.  
    Public PropertyIf it is set to true value the database resides in isolated storage.  
    Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Gets or sets the value associated with the specified key. Gets or sets the value associated with the specified key.  
    Public PropertyOverridden. Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. Gets an ICollection that contains the keys in the VistaDBConnectionStringBuilder.  
    Public PropertyThe maximum number of connections allowed in the pool.  
    Public PropertyThe minimum number of connections allowed in the pool. Default value is 1. Use Pooling=false if you wish to turn off connection pooling. Setting this value to 0 is not the way to turn off connection pooling.  
    Public PropertyConnection open mode  
    Public PropertyDatabase encryptionKey  
    Public PropertyWhether we should pull the connection from the Connection Pool or create a new one each time  
    Public PropertyThe ProcessProtection setting--enabled by default to protect against overlapping a SingleProcess- connection with another process using SingleProcess- or MultiProcess- which could allow data corruption. If disabled, application must be responsible for correct use of SingleProcess- or MultiProcess- modes to avoid possible data corruption. (Does not affect Exclusive- modes or SharedReadOnly mode. Safe to disable if opening a pre-6.0-formatted database in NonexclusiveReadOnly mode.)  
    Public PropertyTransactionMode current setting for supporting or ignoring transactions on this connection.  
    Public PropertyOverridden. Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. Gets an ICollection that contains the values in the VistaDBConnectionStringBuilder.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Clears the contents of the System.Data.Common.DbConnectionStringBuilder instance. Clears the contents of the VistaDBConnectionStringBuilder instance.  
    Public MethodOverridden. Determines whether the System.Data.Common.DbConnectionStringBuilder contains a specific key. Determines whether the VistaDBConnectionStringBuilder contains a specific key.  
    Public MethodCompares the connection information in this System.Data.Common.DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Removes the entry with the specified key from the System.Data.Common.DbConnectionStringBuilder instance. Removes the entry with the specified key from the VistaDBConnectionStringBuilder instance.  
    Public MethodOverridden. Indicates whether the specified key exists in this System.Data.Common.DbConnectionStringBuilder instance. Indicates whether the specified key exists in this VistaDBConnectionStringBuilder instance.  
    Public MethodReturns the connection string associated with this System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Retrieves a value corresponding to the supplied key from this System.Data.Common.DbConnectionStringBuilder. Retrieves a value corresponding to the supplied key from this VistaDBConnectionStringBuilder.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Top
    See Also