DbFunctionAttribute Constructor (String, String)

 

Initializes a new instance of the DbFunctionAttribute class.

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

public DbFunctionAttribute(
	string namespaceName,
	string functionName
)

Parameters

namespaceName
Type: System.String

The namespace of the mapped-to function.

functionName
Type: System.String

The name of the mapped-to function.