Aracılığıyla paylaş


RuntimeTypeBase.FindComplexProperty(String) Yöntem

Tanım

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

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

Parametreler

name
String

Özelliğin adı.

Döndürülenler

özelliği veya null yoksa.

Şunlara uygulanır