BaseVirtualLiteralNode<TNodeID, TGraphID>.AsInteger Method |
Gets the value as an integer.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxPublic Function AsInteger As Long
Return Value
Type:
Int64[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode`2.AsInteger"]
Implements
IValuedNode.AsInteger()
Remarks
Forces a materialisation of the value.
See Also