CurtHagenlocher commented on code in PR #1865:
URL: https://github.com/apache/arrow-adbc/pull/1865#discussion_r1601915476


##########
csharp/src/Apache.Arrow.Adbc/Results.cs:
##########
@@ -43,7 +43,7 @@ public QueryResult(long rowCount, IArrowArrayStream stream)
         /// <summary>
         /// The number of records in the result.
         /// </summary>
-        public long RowCount { get; set; }
+        public long RowCount { get; }

Review Comment:
   This is how you declare a readonly auto property. You can set it in the ctor 
but nowhere else.



-- 
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