Share via


RuntimeTypeBase.FindComplexProperty(String) Method

Definition

Gets the complex property with a given name. Returns null if no property with the given name is defined.

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

Parameters

name
String

The name of the property.

Returns

The property, or null if none is found.

Applies to