コード例 #1
0
        // Execute
        public void Execute(string statement, ref RemoteParamData paramsValue, ProcessCallInfo callInfo, RemoteProcessCleanupInfo cleanupInfo)
        {
            ProcessCallInfo(callInfo);
            DataParams localParamsValue = RemoteParamsToDataParams(paramsValue.Params);

            _serverProcess.Execute(statement, localParamsValue);
            DataParamsToRemoteParamData(localParamsValue, ref paramsValue);
        }