EdmFunctionAttribute Constructor (String, String)

 

Creates a new DbFunctionAttribute instance.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

public EdmFunctionAttribute(
	string namespaceName,
	string functionName
)

Parameters

namespaceName
Type: System.String

The namespace name of the EDM function represented by the attributed method.

functionName
Type: System.String

The function name of the EDM function represented by the attributed method.