Entity set that this function is linked to, if linked to an entity set.

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

Syntax

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

See Also