Share via


IReadOnlyTypeBase.GetProperty(String) Method

Definition

Gets a property with the given name.

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

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