RuntimePropertyBase.IReadOnlyPropertyBase.FieldInfo Property

Definition

Gets the FieldInfo for the underlying CLR field for this property-like object. This may be null for shadow properties or if the backing field is not known.

System.Reflection.FieldInfo? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase.FieldInfo { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase.FieldInfo : System.Reflection.FieldInfo
 ReadOnly Property FieldInfo As FieldInfo Implements IReadOnlyPropertyBase.FieldInfo

Property Value

Implements

Attributes

Applies to