True if the returned result is a collection of ReturnType, false if not.

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

Syntax

C#
public bool ReturnsCollection { get; set; }
Visual Basic
Public Property ReturnsCollection As Boolean
	Get
	Set
Visual C++
public:
property bool ReturnsCollection {
	bool get ();
	void set (bool value);
}

See Also