PropertyValues.Properties Özellik

Tanım

Bu nesnenin değerleri depolayan özelliklerini alır.

public abstract System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public MustOverride ReadOnly Property Properties As IReadOnlyList(Of IProperty)

Özellik Değeri

IReadOnlyList<IProperty>

Özellikler.

Açıklamalar

Daha fazla bilgi için bkz. EF Core izlenen varlıklara erişme .

Şunlara uygulanır