コード例 #1
0
ファイル: GraphCommand.cs プロジェクト: Seddryck/NBi.CosmosDb
 public GraphCommand(GraphClientOperation client, GraphCommandOperation command)
     : base(client, command)
 {
 }
コード例 #2
0
 public GraphCommandOperation(GraphClientOperation client, string preparedStatement)
     : base(client, preparedStatement)
 {
 }
コード例 #3
0
 protected internal GraphExecutionEngine(GraphClientOperation client, GraphCommandOperation command)
 {
     Client  = client;
     Command = command;
 }