IPropertyBase.DeclaringType Property
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 the type that this property-like object belongs to.
public Microsoft.EntityFrameworkCore.Metadata.ITypeBase DeclaringType { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.ITypeBase DeclaringType { [System.Diagnostics.DebuggerStepThrough] get; }
member this.DeclaringType : Microsoft.EntityFrameworkCore.Metadata.ITypeBase
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DeclaringType : Microsoft.EntityFrameworkCore.Metadata.ITypeBase
Public ReadOnly Property DeclaringType As ITypeBase
Public Overridable ReadOnly Property DeclaringType As ITypeBase
Property Value
- Attributes