Click or drag to resize
CassandraConnectionStringBuilder Class
Inheritance Hierarchy
SystemObject
  System.Data.CommonDbConnectionStringBuilder
    DseCassandraConnectionStringBuilder

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public class CassandraConnectionStringBuilder : DbConnectionStringBuilder

The CassandraConnectionStringBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCassandraConnectionStringBuilder
Initializes a new instance of the CassandraConnectionStringBuilder class
Public methodCassandraConnectionStringBuilder(String)
Initializes a new instance of the CassandraConnectionStringBuilder class
Top
Methods
  NameDescription
Public methodAdd
Adds an entry with the specified key and value into the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public methodApplyToBuilder
Public methodClear
Clears the contents of the DbConnectionStringBuilder instance.
(Inherited from DbConnectionStringBuilder.)
Public methodContainsKey
Determines whether the DbConnectionStringBuilder contains a specific key.
(Inherited from DbConnectionStringBuilder.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquivalentTo
Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object.
(Inherited from DbConnectionStringBuilder.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeClusterBuilder
Public methodRemove
Removes the entry with the specified key from the DbConnectionStringBuilder instance.
(Inherited from DbConnectionStringBuilder.)
Public methodShouldSerialize
Indicates whether the specified key exists in this DbConnectionStringBuilder instance.
(Inherited from DbConnectionStringBuilder.)
Public methodToString
Returns the connection string associated with this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public methodTryGetValue
Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Top
Properties
  NameDescription
Public propertyBrowsableConnectionString
Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers.
(Inherited from DbConnectionStringBuilder.)
Public propertyClusterName
Public propertyConnectionString
Gets or sets the connection string associated with the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public propertyContactPoints
Public propertyCount
Gets the current number of keys that are contained within the ConnectionString property.
(Inherited from DbConnectionStringBuilder.)
Public propertyDefaultKeyspace
Public propertyIsFixedSize
Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size.
(Inherited from DbConnectionStringBuilder.)
Public propertyIsReadOnly
Gets a value that indicates whether the DbConnectionStringBuilder is read-only.
(Inherited from DbConnectionStringBuilder.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DbConnectionStringBuilder.)
Public propertyKeys
Gets an ICollection that contains the keys in the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public propertyPassword
Public propertyPort
Public propertyUsername
Public propertyValues
Gets an ICollection that contains the values in the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Top
See Also

Reference