MetadataWorkspace::GetFunctions Method (String^, String^, DataSpace)

 

Returns all the overloads of the functions by using the specified name, namespace name, and data model.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
ReadOnlyCollection<EdmFunction^>^ GetFunctions(
	String^ name,
	String^ namespaceName,
	DataSpace dataSpace
)

Parameters

name
Type: System::String^

The name of the function.

namespaceName
Type: System::String^

The namespace of the function.

dataSpace
Type: System.Data.Metadata.Edm::DataSpace

The conceptual model in which the functions are searched.

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<EdmFunction^>^

A collection of type ReadOnlyCollection<T> that contains all the functions that match the specified name in a given namespace and a data model.

.NET Framework
Available since 3.5
Return to top
Show: