Jaa


EntityTypeConfiguration<TEntityType>.DerivesFromNothing Method

Definition

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

public Microsoft.AspNet.OData.Builder.EntityTypeConfiguration<TEntityType> DerivesFromNothing ();
member this.DerivesFromNothing : unit -> Microsoft.AspNet.OData.Builder.EntityTypeConfiguration<'EntityType (requires 'EntityType : null)>
Public Function DerivesFromNothing () As EntityTypeConfiguration(Of TEntityType)

Returns

Returns itself so that multiple calls can be chained.

Applies to