다음을 통해 공유


EntityTypeConfiguration<TEntityType>.DerivesFrom<TBaseType> 메서드

정의

이 엔터티 형식의 기본 형식을 설정합니다.

public Microsoft.AspNet.OData.Builder.EntityTypeConfiguration<TEntityType> DerivesFrom<TBaseType> () where TBaseType : class;
member this.DerivesFrom : unit -> Microsoft.AspNet.OData.Builder.EntityTypeConfiguration<'EntityType (requires 'EntityType : null)> (requires 'BaseType : null)
Public Function DerivesFrom(Of TBaseType As Class) () As EntityTypeConfiguration(Of TEntityType)

형식 매개 변수

TBaseType

기본 엔터티 형식입니다.

반환

자체 반환하여 여러 호출을 체인화할 수 있습니다.

적용 대상