Click or drag to resize

DseClusterBuilderWithConnectionString Method

Configure the cluster by applying settings from ConnectionString.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithConnectionString(
	string connectionString
)

Parameters

connectionString
Type: SystemString
the ConnectionString to use

Return Value

Type: DseClusterBuilder
this Builder
See Also