Bagikan melalui


ComplexPropertyEntry.ComplexProperty Metode

Definisi

Overload

ComplexProperty(IComplexProperty)

Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti tertentu dari jenis kompleks berlapis pada jenis kompleks ini.

ComplexProperty(String)

Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti tertentu dari jenis kompleks berlapis pada jenis kompleks ini.

ComplexProperty(IComplexProperty)

Sumber:
ComplexPropertyEntry.cs
Sumber:
ComplexPropertyEntry.cs

Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti tertentu dari jenis kompleks berlapis pada jenis kompleks ini.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry ComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty property);
abstract member ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
Public Overridable Function ComplexProperty (property As IComplexProperty) As ComplexPropertyEntry

Parameter

property
IComplexProperty

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

ComplexProperty(String)

Sumber:
ComplexPropertyEntry.cs
Sumber:
ComplexPropertyEntry.cs

Menyediakan akses untuk mengubah informasi pelacakan dan operasi untuk properti tertentu dari jenis kompleks berlapis pada jenis kompleks ini.

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

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