Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the declaring entity type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Builder.EntityTypeConfiguration
See Also
NavigationPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top