IEntityType.GetServiceProperties Yöntem

Tanım

IServicePropertyBu varlık türünde tanımlanan tümünü alır.

Bu API yalnızca hizmet özelliklerini döndürür ve skaler veya gezinme özellikleri döndürmez.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty> GetServiceProperties ();
abstract member GetServiceProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IServiceProperty>
Public Function GetServiceProperties () As IEnumerable(Of IServiceProperty)

Döndürülenler

IEnumerable<IServiceProperty>

Bu varlık türünde tanımlanan hizmet özellikleri.

Şunlara uygulanır