MemberReturnOption Enumeration
Contains values that determine which member data is returned when querying master data members.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| Counts | Specifies row counts only, no data rows. | |
| Data | Specifies data rows only, no row counts. | |
| DataAndCounts | Specifies data rows and row counts. | |
| MembershipInformation | The information of membership. |
Show: