Bagikan melalui


EntityEntry.Property Metode

Definisi

Overload

Property(String)

Menyediakan akses untuk mengubah informasi dan operasi pelacakan untuk properti tertentu dari entitas ini.

Property(IProperty)

Menyediakan akses untuk mengubah informasi dan operasi pelacakan untuk properti tertentu dari entitas ini.

Property(String)

Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs

Menyediakan akses untuk mengubah informasi dan operasi pelacakan untuk properti tertentu dari entitas ini.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property(string propertyName);
abstract member Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (propertyName As String) As PropertyEntry

Parameter

propertyName
String

Properti untuk mengakses informasi dan operasi.

Mengembalikan

Objek yang mengekspos informasi pelacakan perubahan dan operasi untuk properti tertentu.

Keterangan

Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.

Berlaku untuk

Property(IProperty)

Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs
Sumber:
EntityEntry.cs

Menyediakan akses untuk mengubah informasi dan operasi pelacakan untuk properti tertentu dari entitas ini.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry Property(Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
override this.Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry
Public Overridable Function Property (property As IProperty) As PropertyEntry

Parameter

property
IProperty

Properti untuk mengakses informasi dan operasi.

Mengembalikan

Objek yang mengekspos informasi pelacakan perubahan dan operasi untuk properti tertentu.

Keterangan

Lihat Mengakses entitas terlacak di EF Core untuk informasi dan contoh selengkapnya.

Berlaku untuk