ITypeBase.GetProperty(String) Method

Definition

Gets a property with the given name.

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

Parameters

name
String

The property name.

Returns

The property.

Remarks

This API only finds scalar properties and does not find navigation, complex or service properties.

Applies to