EntityTypeConfiguration.DerivesFrom Method (EntityTypeConfiguration)
Sets the base type of this entity type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public virtual EntityTypeConfiguration DerivesFrom(
EntityTypeConfiguration baseType
)
public:
virtual EntityTypeConfiguration^ DerivesFrom(
EntityTypeConfiguration^ baseType
)
abstract DerivesFrom :
baseType:EntityTypeConfiguration -> EntityTypeConfiguration
override DerivesFrom :
baseType:EntityTypeConfiguration -> EntityTypeConfiguration
Public Overridable Function DerivesFrom (
baseType As EntityTypeConfiguration
) As EntityTypeConfiguration
Parameters
baseType
Type: System.Web.OData.Builder.EntityTypeConfigurationThe base entity type.
Return Value
Type: System.Web.OData.Builder.EntityTypeConfiguration
Returns itself so that multiple calls can be chained.
See Also
EntityTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top