RowType.DeclaredProperties Property

 

Gets a collection of the properties defined by the current type.

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

public ReadOnlyMetadataCollection<EdmProperty> DeclaredProperties { get; }

Property Value

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

A collection of the properties defined by the current type.