Primary entity type for the entity set

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

Syntax

C#
public ModelEntityType EntityType { get; set; }
Visual Basic
Public Property EntityType As ModelEntityType
	Get
	Set
Visual C++
public:
property ModelEntityType^ EntityType {
	ModelEntityType^ get ();
	void set (ModelEntityType^ value);
}

See Also