IEntityType.FindDeclaredProperty(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.
Finds a property declared on the type with the given name. Does not return properties defined on a base type.
public Microsoft.EntityFrameworkCore.Metadata.IProperty? FindDeclaredProperty (string name);
abstract member FindDeclaredProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Function FindDeclaredProperty (name As String) As IProperty
Parameters
- name
- String
The property name.
Returns
The property, or null if none is found.
Applies to
Feedback
Submit and view feedback for