Share via


IConventionTypeBase.FindDeclaredComplexProperty(String) Metodo

Definizione

Trova una proprietà dichiarata nel tipo con il nome specificato. Non restituisce le proprietà definite in un tipo di base.

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

Parametri

name
String

Nome della proprietà.

Restituisce

Proprietà o null se non viene trovata alcuna proprietà.

Commenti

Questa API trova solo proprietà complesse e non trova proprietà di spostamento, scalare o servizio.

Si applica a