ComplexTypeConfiguration.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 virtual ComplexTypeConfiguration DerivesFromNothing()
public:
virtual ComplexTypeConfiguration^ DerivesFromNothing()
abstract DerivesFromNothing : unit -> ComplexTypeConfiguration
override DerivesFromNothing : unit -> ComplexTypeConfiguration
Public Overridable Function DerivesFromNothing As ComplexTypeConfiguration

Return Value

Type: System.Web.OData.Builder.ComplexTypeConfiguration

Returns itself so that multiple calls can be chained.

See Also

ComplexTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top