Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enum class containing the types of relationships we want populated in a manifest.
public enum CdmRelationshipDiscoveryStyle
{
None,
Exclusive,
All
}
None: Don't add any relationships to the manifest.
Exclusive: Only include relationships where the toEntity and fromEntity are entities found in the manifest.
All: Include all relationships including any relationships where the toEntity or the fromEntity point to entities not found in the manifest.