ComplexPropertiesConfigurationBuilder<TProperty> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个简单的 API 图面,用于在约定运行之前设置属性默认值。
public class ComplexPropertiesConfigurationBuilder<TProperty> : Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertiesConfigurationBuilder
type ComplexPropertiesConfigurationBuilder<'Property> = class
inherit ComplexPropertiesConfigurationBuilder
Public Class ComplexPropertiesConfigurationBuilder(Of TProperty)
Inherits ComplexPropertiesConfigurationBuilder
类型参数
- TProperty
- 继承
注解
此类的实例在使用 API 时从方法返回, ModelConfigurationBuilder 并且它不是设计为在应用程序代码中直接构造的。
构造函数
ComplexPropertiesConfigurationBuilder<TProperty>(ComplexPropertyConfiguration) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
属性
Configuration |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 (继承自 ComplexPropertiesConfigurationBuilder) |