EdmFunctionAttribute Sınıf

Tanım

Dikkat

This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.

Verilen yöntemin bir EDM işlevi için ara sunucu olduğunu gösterir.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Obsolete("This attribute has been replaced by System.Data.Entity.DbFunctionAttribute.")]
public sealed class EdmFunctionAttribute : System.Data.Entity.DbFunctionAttribute
type EdmFunctionAttribute = class
    inherit DbFunctionAttribute
Public NotInheritable Class EdmFunctionAttribute
Inherits DbFunctionAttribute
Devralma
EdmFunctionAttribute
Öznitelikler

Açıklamalar

Bu özniteliğin EF6 ile başlayanla değiştirildiğini DbFunctionAttribute unutmayın.

Oluşturucular

EdmFunctionAttribute(String, String)
Geçersiz.

Yeni bir DbFunctionAttribute örneği oluşturur.

Özellikler

FunctionName
Geçersiz.

Eşlenen işlevin adı.

(Devralındığı yer: DbFunctionAttribute)
NamespaceName
Geçersiz.

Eşlenen işlevinin ad alanı.

(Devralındığı yer: DbFunctionAttribute)

Şunlara uygulanır