Enumeration of all scalar members in the entity type.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<StoreMemberProperty> MemberProperties { get; }
Visual Basic
Public ReadOnly Property MemberProperties As IEnumerable(Of StoreMemberProperty)
	Get
Visual C++
public:
property IEnumerable<StoreMemberProperty^>^ MemberProperties {
	IEnumerable<StoreMemberProperty^>^ get ();
}

See Also