Condividi tramite


Metodo StructuralObject.ReportPropertyChanging

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Genera un evento utilizzato per segnalare che la modifica di una proprietà è in sospeso.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "Property")> _
Protected Overridable Sub ReportPropertyChanging ( _
    property As String _
)
'Utilizzo
Dim property As String 

Me.ReportPropertyChanging(property)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")]
protected virtual void ReportPropertyChanging(
    string property
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"Property")]
protected:
virtual void ReportPropertyChanging(
    String^ property
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
abstract ReportPropertyChanging : 
        property:string -> unit 
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
override ReportPropertyChanging : 
        property:string -> unit
protected function ReportPropertyChanging(
    property : String
)

Parametri

  • property
    Tipo: System.String
    Nome della proprietà in fase di modifica.

Vedere anche

Riferimento

StructuralObject Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses