True if the function is composable / can be part of a query or wrapped within a function call.

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

Syntax

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

See Also