Share via


FunctionConfiguration.HasDerivedTypeConstraintForReturnType<TDerivedType> Method

Definition

Adds TDerived to the list of derived type constraints for the return type.

public Microsoft.AspNet.OData.Builder.FunctionConfiguration HasDerivedTypeConstraintForReturnType<TDerivedType> ();
member this.HasDerivedTypeConstraintForReturnType : unit -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Function HasDerivedTypeConstraintForReturnType(Of TDerivedType) () As FunctionConfiguration

Type Parameters

TDerivedType

Returns

Updated configuration object.

Applies to