GraphCommand Constructor
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
GraphCommand(GraphConnection) | |
![]() |
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
- connection
Type: Microsoft.Azure.Graphs.GraphConnection
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
- connection
Type: Microsoft.Azure.Graphs.GraphConnection
- commandText
Type: System.String
- activityId
Type: System.Nullable<Guid>
- cancellationToken
Type: System.Threading.CancellationToken
Return to top
.jpeg)