ItemCollection.GetFunctions Methode

Definitie

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

Overloads

Name Description
GetFunctions(String)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

GetFunctions(String, Boolean)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

GetFunctions(Dictionary<String,ReadOnlyCollection<EdmFunction>>, String, Boolean)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

GetFunctions(String)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetFunctions(System::String ^ functionName);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string functionName);
member this.GetFunctions : string -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Public Function GetFunctions (functionName As String) As ReadOnlyCollection(Of EdmFunction)

Parameters

functionName
String

De volledige naam van de functie.

Retouren

Een verzameling van het type ReadOnlyCollection<T> dat alle functies bevat met de opgegeven naam.

Van toepassing op

GetFunctions(String, Boolean)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetFunctions(System::String ^ functionName, bool ignoreCase);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string functionName, bool ignoreCase);
member this.GetFunctions : string * bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Public Function GetFunctions (functionName As String, ignoreCase As Boolean) As ReadOnlyCollection(Of EdmFunction)

Parameters

functionName
String

De volledige naam van de functie.

ignoreCase
Boolean

true om de hoofdlettergevoelige zoekopdracht uit te voeren; anders, false.

Retouren

Een verzameling van het type ReadOnlyCollection<T> dat alle functies bevat met de opgegeven naam.

Van toepassing op

GetFunctions(Dictionary<String,ReadOnlyCollection<EdmFunction>>, String, Boolean)

Retourneert alle overbelastingen van de functies met behulp van de opgegeven naam uit deze itemverzameling.

protected:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^ GetFunctions(System::Collections::Generic::Dictionary<System::String ^, System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmFunction ^> ^> ^ functionCollection, System::String ^ functionName, bool ignoreCase);
protected static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(System.Collections.Generic.Dictionary<string,System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>> functionCollection, string functionName, bool ignoreCase);
static member GetFunctions : System.Collections.Generic.Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>> * string * bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>
Protected Shared Function GetFunctions (functionCollection As Dictionary(Of String, ReadOnlyCollection(Of EdmFunction)), functionName As String, ignoreCase As Boolean) As ReadOnlyCollection(Of EdmFunction)

Parameters

functionCollection
Dictionary<String,ReadOnlyCollection<EdmFunction>>

Een woordenlijst met functies.

functionName
String

De volledige naam van de functie.

ignoreCase
Boolean

true om de hoofdlettergevoelige zoekopdracht uit te voeren; anders, false.

Retouren

Een verzameling van het type ReadOnlyCollection die alle functies bevat met de opgegeven naam.

Van toepassing op