Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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.