GetGroups Method (DataLogGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetGroups() method retrieves all data log groups records in the Data_Log_Grp table, optionally filtered by an entity. If an entity is specified and it is not assigned to a data log group, then all data log groups that are not assigned to any entity are included in the returned DataSet.
| Overload | Description |
|---|---|
| GetGroups(Nullable<Int32>) | The GetGroups() method retrieves all data log groups records in the Data_Log_Grp table, optionally filtered by an entity. If an entity is specified and it is not assigned to a data log group, then all data log groups that are not assigned to any entity are included in the returned DataSet. In this overload of the method, the entity is identified by its entity ID. |
| GetGroups(String,String) | The GetGroups() method retrieves all data log groups records in the Data_Log_Grp table, optionally filtered by an entity. If an entity is specified and it is not assigned to a data log group, then all data log groups that are not assigned to any entity are included in the returned DataSet. In this overload of the method, the entity is identified by its entity name and site name. |