DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse.Graph
GraphNode Class
GraphNode Methods
Equals Method
Get(T) Method
GetHashCode Method
GetObjectData Method
GetProperties Method
GetRaw Method
HasProperty Method
To Method
ToArray Method
ToBoolean Method
ToDouble Method
ToEdge Method
ToIArray Method
ToInt32 Method
ToPath Method
ToString Method
ToVertex Method
TryConvert Method
TryGetMember Method
GraphNode
ToInt32 Method
Returns the representation of the result as an int.
Namespace:
Dse.Graph
Assembly:
Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
Copy
public
int
ToInt32
()
Return Value
Type:
Int32
Implements
IGraphNode
ToInt32
Exceptions
Exception
Condition
InvalidOperationException
It throws an InvalidOperationException when the internal value is not an scalar.
InvalidCastException
When the scalar value is not convertible to target type.
See Also
Reference
GraphNode Class
Dse.Graph Namespace
DataStax C# Drivers User Mailing List
© DataStax, All rights reserved.