IMutableTypeBase.GetProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a property with the given name.
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableProperty GetProperty(string name);
abstract member GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
override this.GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Overridable Function GetProperty (name As String) As IMutableProperty
- name
- String
The property name.
The property.
This API only finds scalar properties and does not find navigation, complex or service properties.
Applies to
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: