MetaModel::GetFunctions Method ()

 

Gets an enumeration of all functions.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
virtual IEnumerable<MetaFunction^>^ GetFunctions() abstract

Return Value

Type: System.Collections.Generic::IEnumerable<MetaFunction^>^

An enumeration that can be used to iterate through all functions.

.NET Framework
Available since 3.5
Return to top
Show: