CodeGenerationUtilities.UseFullForm(DomainRelationship) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.