function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
martinnmartinn 

Group.Name has nillable == false but returns rows with "IsEmpty == true"

I'm using Partner Web Services API Version 11.1 with C#. 
 
describeSObjectResult for the "Group" object says that nillable == false for the "Name" field.  It's also documented that way in the Force.com Web Services API Developer's Guide.  But when I query against the Group object I get quite a few rows with IsEmpty == true. 
 
This is only happening on the Group object Name field.  I'm successful on everything else - in other words, for all other non-nillable fields on all other objects I (so far) always get a non-empty column when I query. 
 
Suggestions?