Bagikan melalui


ComplexPropertyEntry<TEntity,TComplexProperty>.Property Metode

Definisi

Overload

Property<TProperty>(IProperty)

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

Property<TProperty>(Expression<Func<TComplexProperty,TProperty>>)

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

Property<TProperty>(String)

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

Property<TProperty>(IProperty)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<TEntity,TProperty> Property<TProperty> (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
override this.Property : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<'Entity, 'Property (requires 'Entity : null)>
Public Overridable Function Property(Of TProperty) (property As IProperty) As PropertyEntry(Of TEntity, TProperty)

Jenis parameter

TProperty

Jenis properti.

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

Property<TProperty>(Expression<Func<TComplexProperty,TProperty>>)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<TEntity,TProperty> Property<TProperty> (System.Linq.Expressions.Expression<Func<TComplexProperty,TProperty>> propertyExpression);
override this.Property : System.Linq.Expressions.Expression<Func<'ComplexProperty, 'Property>> -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<'Entity, 'Property (requires 'Entity : null)>
Public Overridable Function Property(Of TProperty) (propertyExpression As Expression(Of Func(Of TComplexProperty, TProperty))) As PropertyEntry(Of TEntity, TProperty)

Jenis parameter

TProperty

Parameter

propertyExpression
Expression<Func<TComplexProperty,TProperty>>

Ekspresi lambda yang mewakili 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<TProperty>(String)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<TEntity,TProperty> Property<TProperty> (string propertyName);
override this.Property : string -> Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry<'Entity, 'Property (requires 'Entity : null)>
Public Overridable Function Property(Of TProperty) (propertyName As String) As PropertyEntry(Of TEntity, TProperty)

Jenis parameter

TProperty

Jenis properti.

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