Share via


RuntimeTypeBase.IReadOnlyTypeBase.FindComplexProperty(String) Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty IReadOnlyTypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
Function FindComplexProperty (name As String) As IReadOnlyComplexProperty Implements IReadOnlyTypeBase.FindComplexProperty

Parameters

name
String

The name of the property.

Returns

The property, or null if none is found.

Implements

Attributes

Applies to