Entity type reference if the return type is defined as an entity type in the model.

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

Syntax

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

See Also