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.
Marks this entity type as abstract.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public EntityTypeConfiguration<TEntityType> Abstract()
public:
EntityTypeConfiguration<TEntityType>^ Abstract()
member Abstract : unit -> EntityTypeConfiguration<'TEntityType>
Public Function Abstract As EntityTypeConfiguration(Of TEntityType)
Return Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration<TEntityType>
Returns itself so that multiple calls can be chained.
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace
Return to top