Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the base type of this complex type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual ComplexTypeConfiguration DerivesFrom(
ComplexTypeConfiguration baseType
)
public:
virtual ComplexTypeConfiguration^ DerivesFrom(
ComplexTypeConfiguration^ baseType
)
abstract DerivesFrom :
baseType:ComplexTypeConfiguration -> ComplexTypeConfiguration
override DerivesFrom :
baseType:ComplexTypeConfiguration -> ComplexTypeConfiguration
Public Overridable Function DerivesFrom (
baseType As ComplexTypeConfiguration
) As ComplexTypeConfiguration
Parameters
baseType
Type: System.Web.OData.Builder.ComplexTypeConfigurationThe base complex type.
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