MetadataWorkspaceExtensions.IsComplexProperty Method (EdmProperty)
Determines if this property is a ComplexProperty; that is, its type is a ComplexType
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.