Share via


EntityTypeConfiguration.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.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Overridable Function DerivesFromNothing As EntityTypeConfiguration
'Usage
Dim instance As EntityTypeConfiguration 
Dim returnValue As EntityTypeConfiguration 

returnValue = instance.DerivesFromNothing()
public virtual EntityTypeConfiguration DerivesFromNothing()
public:
virtual EntityTypeConfiguration^ DerivesFromNothing()
abstract DerivesFromNothing : unit -> EntityTypeConfiguration  
override DerivesFromNothing : unit -> EntityTypeConfiguration
public function DerivesFromNothing() : EntityTypeConfiguration

Return Value

Type: System.Web.Http.OData.Builder.EntityTypeConfiguration
Returns itself so that multiple calls can be chained.

See Also

Reference

EntityTypeConfiguration Class

System.Web.Http.OData.Builder Namespace