StructuralObject.OnPropertyChanging メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
PropertyChanging イベントを発生させます。
名前空間: System.Data.Entity.Core.Objects.DataClasses
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId := "Property")> _
Protected Overridable Sub OnPropertyChanging ( _
property As String _
)
'使用
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
)
パラメーター
- property
型 : System.String
変更中のプロパティの名前。