Enumeration of all store functions in the storage model.

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

Syntax

C#
public IEnumerable<StoreFunction> Functions { get; }
Visual Basic
Public ReadOnly Property Functions As IEnumerable(Of StoreFunction)
	Get
Visual C++
public:
property IEnumerable<StoreFunction^>^ Functions {
	IEnumerable<StoreFunction^>^ get ();
}

See Also