MemberReturnOption Enumeration
Specifies which member data is returned when querying master data members: the data, the row counts, or both.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| Counts | Return counts | |
| Data | Return data | |
| DataAndCounts | Return data and counts | |
| DerivedHierarchyParents | Return derived hierarchy parents | |
| HistoricalData | Return historical data | |
| HistoricalMembershipInformation | Return historical membership information | |
| MembershipInformation | Return membership information |
The MemberReturnOption simple type specifies which member data is returned when querying master data members: the data, the row counts, or both.