Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 792 Bytes

relationshipdiscoverystyle.md

File metadata and controls

27 lines (22 loc) · 792 Bytes
title description author ms.reviewer ms.topic ms.date ms.author
Relationship Discovery Style | Microsoft Docs
API reference for CdmRelationshipDiscoveryStyle.
jinichu
deonhe
article
10/18/2019
jibyun

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.