EntityType::Properties Property
.NET Framework (current version)
Gets the list of properties for this EntityType.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<EdmProperty^>^ Properties { ReadOnlyMetadataCollection<EdmProperty^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EdmProperty^>^A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties for this EntityType.
.NET Framework
Available since 3.5
Available since 3.5
Show: