StructuralType.Members Property

 

Gets the list of members on this type.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public ReadOnlyMetadataCollection<EdmMember> Members { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<EdmMember>

A collection of type ReadOnlyMetadataCollection<T> that contains a set of members on this type.