Exemplo n.º 1
0
 public GraphCommand(GraphClientOperation client, GraphCommandOperation command)
     : base(client, command)
 {
 }
 public GraphCommandOperation(GraphClientOperation client, string preparedStatement)
     : base(client, preparedStatement)
 {
 }
Exemplo n.º 3
0
 protected internal GraphExecutionEngine(GraphClientOperation client, GraphCommandOperation command)
 {
     Client  = client;
     Command = command;
 }