EntityTypeConfiguration<TEntityType>.Abstract Method
Marks this entity type as abstract.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Function Abstract As EntityTypeConfiguration(Of TEntityType)
'Usage
Dim instance As EntityTypeConfiguration
Dim returnValue As EntityTypeConfiguration(Of TEntityType)
returnValue = instance.Abstract()
public EntityTypeConfiguration<TEntityType> Abstract()
public:
EntityTypeConfiguration<TEntityType>^ Abstract()
member Abstract : unit -> EntityTypeConfiguration<'TEntityType>
public function Abstract() : EntityTypeConfiguration<TEntityType>
Return Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration<TEntityType>
Returns itself so that multiple calls can be chained.