Share via


ComplexTypeConfiguration<TComplexType>.DerivesFromNothing Method ()

 

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

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

Syntax

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

Return Value

Type: System.Web.OData.Builder.ComplexTypeConfiguration<TComplexType>

Returns itself so that multiple calls can be chained.

See Also

ComplexTypeConfiguration<TComplexType> Class
System.Web.OData.Builder Namespace

Return to top