ConventionTypeConfiguration<T>.IsComplexType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将此实体类型更改为复杂类型。
public System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration<T> IsComplexType();
member this.IsComplexType : unit -> System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration<'T (requires 'T : null)>
Public Function IsComplexType () As ConventionTypeConfiguration(Of T)
返回
同一 ConventionTypeConfiguration<T> 实例,以便可以链接多个调用。