Returns the representation of the 
GraphNode as an instance of type T.
            
 
    Namespace: 
   Cassandra.DataStax.Graph
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxType Parameters
- T
 - The type to which the current instance is going to be converted to.
 
Return Value
Type: 
TImplements
IGraphNodeToT
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | 
            Throws NotSupportedException when the target type is not supported
             | 
See Also