Store entity type that this member belongs to.

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

Syntax

C#
public StoreEntityType EntityType { get; }
Visual Basic
Public ReadOnly Property EntityType As StoreEntityType
	Get
Visual C++
public:
property StoreEntityType^ EntityType {
	StoreEntityType^ get ();
}

See Also