NavigationPropertyConfiguration.DeclaringEntityType Property
Gets the declaring entity type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EntityTypeConfiguration DeclaringEntityType { get; }
public:
property EntityTypeConfiguration^ DeclaringEntityType {
EntityTypeConfiguration^ get();
}
member DeclaringEntityType : EntityTypeConfiguration with get
Public ReadOnly Property DeclaringEntityType As EntityTypeConfiguration
Property Value
Type: System.Web.OData.Builder.EntityTypeConfiguration
See Also
NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top