Aracılığıyla paylaş


IConventionTypeBase.FindDeclaredComplexProperty(String) Yöntem

Tanım

Belirtilen ada sahip türde bildirilen bir özellik bulur. Bir temel tür üzerinde tanımlanan özellikleri döndürmez.

public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty? FindDeclaredComplexProperty (string name);
abstract member FindDeclaredComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
override this.FindDeclaredComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Overridable Function FindDeclaredComplexProperty (name As String) As IConventionComplexProperty

Parametreler

name
String

Özellik adı.

Döndürülenler

özelliği veya null hiç bulunamazsa.

Açıklamalar

Bu API yalnızca karmaşık özellikleri bulur ve gezinti, skaler veya hizmet özelliklerini bulmaz.

Şunlara uygulanır