Metodo StructuralObject.OnPropertyChanging
[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 l'evento PropertyChanging.
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 OnPropertyChanging ( _
property As String _
)
'Utilizzo
Dim property As String
Me.OnPropertyChanging(property)
[SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")]
protected virtual void OnPropertyChanging(
string property
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1716:IdentifiersShouldNotMatchKeywords", MessageId = L"Property")]
protected:
virtual void OnPropertyChanging(
String^ property
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
abstract OnPropertyChanging :
property:string -> unit
[<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Property")>]
override OnPropertyChanging :
property:string -> unit
protected function OnPropertyChanging(
property : String
)
Parametri
- property
Tipo: System.String
Nome della proprietà in fase di modifica.