First entity set involved in the association; dependent entity type

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

Syntax

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

See Also