Click or drag to resize
BuilderWithConnectionString Method
Configure the cluster by applying settings from ConnectionString.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public Builder WithConnectionString(
	string connectionString
)

Parameters

connectionString
Type: SystemString
the ConnectionString to use

Return Value

Type: Builder
this Builder
See Also