MetaModel.GetFunctions Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt u een opsomming van alle functies op.

public:
 abstract System::Collections::Generic::IEnumerable<System::Data::Linq::Mapping::MetaFunction ^> ^ GetFunctions();
public abstract System.Collections.Generic.IEnumerable<System.Data.Linq.Mapping.MetaFunction> GetFunctions();
abstract member GetFunctions : unit -> seq<System.Data.Linq.Mapping.MetaFunction>
Public MustOverride Function GetFunctions () As IEnumerable(Of MetaFunction)

Retouren

Een opsomming die kan worden gebruikt om alle functies te herhalen.

Van toepassing op