isapego commented on code in PR #935:
URL: https://github.com/apache/ignite-3/pull/935#discussion_r917743633


##########
modules/platforms/dotnet/Apache.Ignite/ClientOperationType.cs:
##########
@@ -114,5 +115,10 @@ public enum ClientOperationType
         /// Compute (<see cref="ICompute.ExecuteAsync{T}"/>, <see 
cref="ICompute.BroadcastAsync{T}"/>).
         /// </summary>
         ComputeExecute,
+
+        /// <summary>
+        /// SQL (<see cref="ISql.ExecuteAsync"/>, <see 
cref="ISql.ExecuteAsync{T}"/>).
+        /// </summary>
+        SqlExecute

Review Comment:
   Is this file a part of public API?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to