| BuilderWithConnectionString Method  | 
             Configure the cluster by applying settings from ConnectionString. 
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic Builder WithConnectionString(
	string connectionString
)
Parameters
- connectionString
 - Type: SystemString
 the ConnectionString to use  
Return Value
Type: 
Builderthis Builder
See Also