Click or drag to resize

BuilderWithGraphOptions Method

Sets the DataStax Graph options.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Builder WithGraphOptions(
	GraphOptions options
)

Parameters

options
Type: Cassandra.DataStax.GraphGraphOptions

Return Value

Type: Builder
this instance
See Also