CassandraConnectionStringBuilder Class |
Namespace: Dse
public class CassandraConnectionStringBuilder : DbConnectionStringBuilder
The CassandraConnectionStringBuilder type exposes the following members.
Name | Description | |
---|---|---|
CassandraConnectionStringBuilder | Initializes a new instance of the CassandraConnectionStringBuilder class | |
CassandraConnectionStringBuilder(String) | Initializes a new instance of the CassandraConnectionStringBuilder class |
Name | Description | |
---|---|---|
BrowsableConnectionString | Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.) | |
ClusterName | ||
ConnectionString | Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) | |
ContactPoints | ||
Count | Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.) | |
DefaultKeyspace | ||
IsFixedSize | Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. (Inherited from DbConnectionStringBuilder.) | |
IsReadOnly | Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.) | |
Item | Gets or sets the value associated with the specified key. (Inherited from DbConnectionStringBuilder.) | |
Keys | Gets an ICollection that contains the keys in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) | |
Password | ||
Port | ||
Username | ||
Values | Gets an ICollection that contains the values in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
Name | Description | |
---|---|---|
Add | Adds an entry with the specified key and value into the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) | |
ApplyToBuilder | ||
Clear | Clears the contents of the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) | |
ContainsKey | Determines whether the DbConnectionStringBuilder contains a specific key. (Inherited from DbConnectionStringBuilder.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EquivalentTo | Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from DbConnectionStringBuilder.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeClusterBuilder | ||
Remove | Removes the entry with the specified key from the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) | |
ShouldSerialize | Indicates whether the specified key exists in this DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) | |
ToString | Returns the connection string associated with this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) | |
TryGetValue | Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |