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