Click or drag to resize

PropertyType Methods

The PropertyType type exposes the following members.

Methods
  NameDescription
Public methodGetPropertyEdge
Try to find an Edge with a given property value.
Public methodGetPropertyEdges
Try to find all Edge with a given property value.
Public methodGetPropertyValue
Get property value of a Vertex/Edge
Public methodGetPropertyVertex
Public methodGetPropertyVertices(Boolean)
Public methodGetPropertyVertices(IComparable, Boolean)
Try to find all Vertex with a given property value.
Public methodHasPropertyValue
Check if an element has a property value
Public methodRemovePropertyValue
Remove a property value
Public methodSetPropertyValue(EdgeType, Int32, Int32, IComparable)
Public methodSetPropertyValue(VertexType, Int32, Int32, IComparable)
Sets a property value for an element
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also