VistaDB 6
VistaDB.Entity Namespace / VistaDBConnectionFactory Class
Properties Methods


In This Topic
    VistaDBConnectionFactory Class Members
    In This Topic

    The following tables list the members exposed by VistaDBConnectionFactory.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe connection string to use for options to the database other than the 'Data Source'. The 'Data Source' will be appended to this string based on the database file name when CreateConnection is called. The default is 'Min Pool Size=1;Max Pool Size=50;Pooling=true;Open Mode=NonexclusiveReadWrite;'.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a connection for VistaDB based on the given database file name or connection string. If the given string contains an '=' character then it is treated as a full connection string, otherwise it is treated as a database file name only.  
    Top
    See Also