Jaa


ComplexTypeConfiguration<TComplexType>.Abstract Method

Definition

Marks this complex type as abstract.

public Microsoft.AspNet.OData.Builder.ComplexTypeConfiguration<TComplexType> Abstract ();
member this.Abstract : unit -> Microsoft.AspNet.OData.Builder.ComplexTypeConfiguration<'ComplexType (requires 'ComplexType : null)>
Public Function Abstract () As ComplexTypeConfiguration(Of TComplexType)

Returns

Returns itself so that multiple calls can be chained.

Applies to