EdmFunctionAttribute Class

 
Note: This API is now obsolete.

Indicates that the given method is a proxy for an EDM function.

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

System.Object
  System.Attribute
    System.Data.Entity.DbFunctionAttribute
      System.Data.Entity.Core.Objects.DataClasses.EdmFunctionAttribute

[ObsoleteAttribute("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, 
	AllowMultiple = false)]
public sealed class EdmFunctionAttribute : DbFunctionAttribute

NameDescription
System_CAPS_pubmethodEdmFunctionAttribute(String, String)

Creates a new DbFunctionAttribute instance.

NameDescription
System_CAPS_pubpropertyFunctionName

The name of the mapped-to function.(Inherited from DbFunctionAttribute.)

System_CAPS_pubpropertyNamespaceName

The namespace of the mapped-to function.(Inherited from DbFunctionAttribute.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Note that this attribute has been replaced by the DbFunctionAttribute starting with EF6.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.