ComplexTypeConfiguration<TComplexType>.DerivesFrom<TBaseType> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the base type of this complex type.
public Microsoft.AspNet.OData.Builder.ComplexTypeConfiguration<TComplexType> DerivesFrom<TBaseType> () where TBaseType : class;
member this.DerivesFrom : unit -> Microsoft.AspNet.OData.Builder.ComplexTypeConfiguration<'ComplexType (requires 'ComplexType : null)> (requires 'BaseType : null)
Public Function DerivesFrom(Of TBaseType As Class) () As ComplexTypeConfiguration(Of TComplexType)
Type Parameters
- TBaseType
The base complex type.
Returns
Returns itself so that multiple calls can be chained.