Share via


CodeGenerationUtilities.UseFullForm(DomainRelationship) Method

Definition

Gets if the given DomainRelationship is serialized in full-form.

public:
 static bool UseFullForm(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^ domainRelationship);
public static bool UseFullForm (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship domainRelationship);
static member UseFullForm : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship -> bool
Public Shared Function UseFullForm (domainRelationship As DomainRelationship) As Boolean

Parameters

domainRelationship
DomainRelationship

DomainRelationship to check.

Returns

True if the given DomainRelationship is serialized in full-form, false otherwise.

Applies to