Click or drag to resize

IGraphGetLiteralNode Method

Overload List
  NameDescription
Public methodGetLiteralNode(String)
Selects the Literal Node with the given Value if it exists in the Graph, returns null otherwise.
Public methodGetLiteralNode(String, String)
Selects the Literal Node with the given Value and Language if it exists in the Graph, returns null otherwise.
Public methodGetLiteralNode(String, Uri)
Selects the Literal Node with the given Value and DataType if it exists in the Graph, returns otherwise.
Top
See Also