DbConnectionArguments
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbConnectionArgumentsInheritance: object → DbConnectionArguments
Constructors
Section titled “Constructors”DbConnectionArguments()
Section titled “DbConnectionArguments()”public DbConnectionArguments()DbConnectionArguments(string)
Section titled “DbConnectionArguments(string)”public DbConnectionArguments(string connectionString)Parameters
Section titled “Parameters”connectionStringstring
DbConnectionArguments(string, int, string, string, string)
Section titled “DbConnectionArguments(string, int, string, string, string)”public DbConnectionArguments(string host, int port, string database, string username, string password)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Database
Section titled “Database”public string Database { get; set; }Property Value
Section titled “Property Value”public string Host { get; set; }Property Value
Section titled “Property Value”public ICollection<string> Keys { get; }Property Value
Section titled “Property Value”MaxPoolSize
Section titled “MaxPoolSize”public int MaxPoolSize { get; set; }Property Value
Section titled “Property Value”MinPoolSize
Section titled “MinPoolSize”public int MinPoolSize { get; set; }Property Value
Section titled “Property Value”Password
Section titled “Password”public string Password { get; set; }Property Value
Section titled “Property Value”public int Port { get; set; }Property Value
Section titled “Property Value”UsePooling
Section titled “UsePooling”public bool UsePooling { get; set; }Property Value
Section titled “Property Value”Username
Section titled “Username”public string Username { get; set; }Property Value
Section titled “Property Value”Indexers
Section titled “Indexers”public string Item[string name] { get; set; }