DbFunctionAttribute Constructor (String, String)
Initializes a new instance of the DbFunctionAttribute class.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- namespaceName
-
Type:
System.String
The namespace of the mapped-to function.
- functionName
-
Type:
System.String
The name of the mapped-to function.