Values_2.RunStatementRequestSourceExecutes the statement.
type nonrec t = {sessionId : Values_0.NameString.t;The Session Id of the statement to be run.
*)code : OrchestrationStatementCodeString.t;The statement code to be run.
*)requestOrigin : Values_0.OrchestrationNameString.t option;The origin of the request.
*)}val make :
?requestOrigin:??? ->
sessionId:Values_0.NameString.t ->
code:OrchestrationStatementCodeString.t ->
unit ->
t