Assembly: Ms;
The IMsDataLoadingGroupCollection interface is used to work with the collection of groups, in which separate data loading is executed before calculation.
IMsDataLoadingGroupCollection
The collection of separate loading groups can be obtained using the IMsMetaModel.DataLoadingGroupCollection property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of separate loading groups in the collection. |
![]() |
Item | The Item property returns settings for the separate loading group with the specified index. |
| Method name | Brief description | |
![]() |
Add | The Add method creates a new separate loading group. |
![]() |
FindByKey | The FindByKey method searches for a separate loading group by key and returns its settings in case of successful search. |
![]() |
RemoveByKey | The RemoveByKey method deletes the separate loading group with the specified key. |
See also: