StructuralType::Members Property
.NET Framework (current version)
Gets the list of members on this type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<EdmMember^>^ Members { ReadOnlyMetadataCollection<EdmMember^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EdmMember^>^A collection of type ReadOnlyMetadataCollection<T> that contains a set of members on this type.
.NET Framework
Available since 3.5
Available since 3.5
Show: