GraphTraversal.Inject Method

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Overload List

Name Description
System_CAPS_pubmethod Inject()

System_CAPS_pubmethod Inject(Object[])

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Inject Method ()

Syntax

public GraphTraversal Inject()
public:
GraphTraversal^ Inject()
Public Function Inject As GraphTraversal

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Inject Method (Object[])

Syntax

public GraphTraversal Inject(
    params object[] injections
)
public:
GraphTraversal^ Inject(
    ... array<Object^>^ injections
)
Public Function Inject (
    ParamArray injections As Object()
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top