Click or drag to resize

GraphNodeToVertex Method

Returns a vertex representation of the current instance.

This method is maintained for backward compatibity. It's recommended that you use ToT instead, providing IVertex as type parameter.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Vertex ToVertex()

Return Value

Type: Vertex
See Also