Aracılığıyla paylaş


IConventionTypeBase.FindComplexProperty Yöntem

Tanım

Aşırı Yüklemeler

FindComplexProperty(MemberInfo)

Verilen üye bilgileriyle karmaşık bir özellik alır. Özellik bulunamazsa döndürür null .

FindComplexProperty(String)

Belirli bir ada sahip karmaşık özelliği alır. Belirtilen ada sahip bir özellik tanımlanmadıysa döndürür null .

FindComplexProperty(MemberInfo)

Verilen üye bilgileriyle karmaşık bir özellik alır. Özellik bulunamazsa döndürür null .

public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty? FindComplexProperty (System.Reflection.MemberInfo memberInfo);
abstract member FindComplexProperty : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
override this.FindComplexProperty : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Overridable Function FindComplexProperty (memberInfo As MemberInfo) As IConventionComplexProperty

Parametreler

memberInfo
MemberInfo

Varlık sınıfındaki üye.

Döndürülenler

özelliği veya null yoksa.

Açıklamalar

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

Şunlara uygulanır

FindComplexProperty(String)

Belirli bir ada sahip karmaşık özelliği alır. Belirtilen ada sahip bir özellik tanımlanmadıysa döndürür null .

public Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty? FindComplexProperty (string name);
abstract member FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Function FindComplexProperty (name As String) As IConventionComplexProperty

Parametreler

name
String

Özelliğin adı.

Döndürülenler

özelliği veya null yoksa.

Açıklamalar

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

Şunlara uygulanır