Udostępnij za pośrednictwem


ItemCollection.GetFunctions Metoda

Definicja

Przeciążenia

GetFunctions(String)

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

GetFunctions(String, Boolean)

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

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

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

GetFunctions(String)

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

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

Parametry

functionName
String

Pełna nazwa funkcji.

Zwraca

Kolekcja typu ReadOnlyCollection<T> , która zawiera wszystkie funkcje, które mają określoną nazwę.

Dotyczy

GetFunctions(String, Boolean)

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

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

Parametry

functionName
String

Pełna nazwa funkcji.

ignoreCase
Boolean

true, aby wykonać wyszukiwanie bez uwzględniania wielkości liter; w przeciwnym razie, fałsz.

Zwraca

Kolekcja typu ReadOnlyCollection<T> , która zawiera wszystkie funkcje, które mają określoną nazwę.

Dotyczy

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

Zwraca wszystkie przeciążenia funkcji przy użyciu określonej nazwy z tej kolekcji elementów.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
protected static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction> GetFunctions (System.Collections.Generic.Dictionary<string,System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction>> functionCollection, string functionName, bool ignoreCase);
static member GetFunctions : System.Collections.Generic.Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.EdmFunction>> * string * bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.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)

Parametry

functionCollection
Dictionary<String,ReadOnlyCollection<EdmFunction>>

Słownik funkcji.

functionName
String

Pełna nazwa funkcji.

ignoreCase
Boolean

true, aby wykonać wyszukiwanie bez uwzględniania wielkości liter; w przeciwnym razie, fałsz.

Zwraca

Kolekcja typu ReadOnlyCollection zawierająca wszystkie funkcje, które mają określoną nazwę.

Atrybuty

Dotyczy