Bearbeiten

Relationship Discovery Style

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.