Share via


EntityTypeConfiguration<TEntityType>.DerivesFromNothing Method ()

 

Sets the base type of this entity type to null meaning that this entity type does not derive from anything.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public EntityTypeConfiguration<TEntityType> DerivesFromNothing()
public:
EntityTypeConfiguration<TEntityType>^ DerivesFromNothing()
member DerivesFromNothing : unit -> EntityTypeConfiguration<'TEntityType>
Public Function DerivesFromNothing As EntityTypeConfiguration(Of TEntityType)

Return Value

Type: System.Web.OData.Builder.EntityTypeConfiguration<TEntityType>

Returns itself so that multiple calls can be chained.

See Also

EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace

Return to top