EntityType.Properties Property

Definition

Gets the list of properties for this EntityType.

public virtual System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty> Properties { get; }
member this.Properties : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty>
Public Overridable ReadOnly Property Properties As ReadOnlyMetadataCollection(Of EdmProperty)

Property Value

A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties for this EntityType .

Applies to