GraphCommand Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod GraphCommand(GraphConnection)

System_CAPS_pubmethod GraphCommand(GraphConnection, String, Nullable<Guid>, CancellationToken)

See Also

GraphCommand Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphCommand Constructor (GraphConnection)

Syntax

public GraphCommand(
    GraphConnection connection
)
public:
GraphCommand(
    GraphConnection^ connection
)
Public Sub New (
    connection As GraphConnection
)

Parameters

Return to top

GraphCommand Constructor (GraphConnection, String, Nullable<Guid>, CancellationToken)

Syntax

public GraphCommand(
    GraphConnection connection,
    string commandText,
    Nullable<Guid> activityId = null,
    CancellationToken cancellationToken = null
)
public:
GraphCommand(
    GraphConnection^ connection,
    String^ commandText,
    Nullable<Guid> activityId = null,
    CancellationToken cancellationToken = null
)
Public Sub New (
    connection As GraphConnection,
    commandText As String,
    activityId As Nullable(Of Guid),
    cancellationToken As CancellationToken
)

Parameters

Return to top