Bagikan melalui


ComplexPropertyEntry<TEntity,TComplexProperty>.ComplexProperty Metode

Definisi

Overload

ComplexProperty<TNestedComplexProperty>(IComplexProperty)

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

ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)

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

ComplexProperty<TNestedComplexProperty>(String)

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

ComplexProperty<TNestedComplexProperty>(IComplexProperty)

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

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<TEntity,TNestedComplexProperty> ComplexProperty<TNestedComplexProperty> (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
override this.ComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'NestedComplexProperty (requires 'Entity : null)>
Public Overridable Function ComplexProperty(Of TNestedComplexProperty) (complexProperty As IComplexProperty) As ComplexPropertyEntry(Of TEntity, TNestedComplexProperty)

Jenis parameter

TNestedComplexProperty

Jenis properti.

Parameter

complexProperty
IComplexProperty

Properti untuk mengakses informasi dan operasi.

Mengembalikan

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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<TNestedComplexProperty>(Expression<Func<TComplexProperty,TNestedComplexProperty>>)

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

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

Jenis parameter

TNestedComplexProperty

Parameter

propertyExpression
Expression<Func<TComplexProperty,TNestedComplexProperty>>

Ekspresi lambda yang mewakili properti untuk mengakses informasi dan operasi.

Mengembalikan

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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<TNestedComplexProperty>(String)

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

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

Jenis parameter

TNestedComplexProperty

Jenis properti.

Parameter

propertyName
String

Properti untuk mengakses informasi dan operasi.

Mengembalikan

ComplexPropertyEntry<TEntity,TNestedComplexProperty>

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