Share via


EdmModel.ComplexTypes Property

Definition

Gets the complex types in the model.

public System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.ComplexType> ComplexTypes { get; }
member this.ComplexTypes : seq<System.Data.Entity.Core.Metadata.Edm.ComplexType>
Public ReadOnly Property ComplexTypes As IEnumerable(Of ComplexType)

Property Value

Applies to