Click or drag to resize

IGraphNode.To Method (Type)

Returns the representation of the GraphNode as an instance of the type provided.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Object To(
	Type type
)

Parameters

type
Type: System.Type

Return Value

Type: Object
Exceptions
ExceptionCondition
NotSupportedException Throws NotSupportedException when the target type is not supported
See Also