Click or drag to resize

GraphGetLiteralNode Method

Overload List
  NameDescription
Public methodGetLiteralNode(String)
Returns the LiteralNode with the given Value if it exists.
(Overrides BaseGraphGetLiteralNode(String).)
Public methodGetLiteralNode(String, String)
Returns the LiteralNode with the given Value in the given Language if it exists.
(Overrides BaseGraphGetLiteralNode(String, String).)
Public methodGetLiteralNode(String, Uri)
Returns the LiteralNode with the given Value and given Data Type if it exists.
(Overrides BaseGraphGetLiteralNode(String, Uri).)
Top
See Also