MetadataWorkspaceExtensions.IsComplexProperty Method (EdmProperty)

 

Determines if this property is a ComplexProperty; that is, its type is a ComplexType

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", 
	Justification = "This is an extension class.")]
public static bool IsComplexProperty(
	this EdmProperty property
)

Parameters

property
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

The property to test.

Return Value

Type: System.Boolean

true if the property is a complex property; otherwise, false.