RuntimeTypeBase.ITypeBase.FindComplexProperty(String) Method

Definition

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

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

Parameters

name
String

The name of the property.

Returns

The property, or null if none is found.

Implements

Attributes

Applies to