ViewColumnBuilder<TProperty> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类的实例在使用 API 时从方法返回, ModelBuilder 并且它不是设计为在应用程序代码中直接构造的。
public class ViewColumnBuilder<TProperty> : Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty>>
type ViewColumnBuilder<'Property> = class
inherit ViewColumnBuilder
interface IInfrastructure<PropertyBuilder<'Property>>
Public Class ViewColumnBuilder(Of TProperty)
Inherits ViewColumnBuilder
Implements IInfrastructure(Of PropertyBuilder(Of TProperty))
类型参数
- TProperty
- 继承
- 实现
-
IInfrastructure<PropertyBuilder<TProperty>>
构造函数
ViewColumnBuilder<TProperty>(StoreObjectIdentifier, PropertyBuilder<TProperty>) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
属性
InternalOverrides |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 (继承自 ViewColumnBuilder) |
Overrides |
正在配置的特定于视图的替代。 (继承自 ViewColumnBuilder) |
方法
HasAnnotation(String, Object) |
为特定视图添加或更新 属性上的批注。
如果具有 中指定的 |
HasColumnName(String) |
配置属性在面向关系数据库时映射到的列。 |
显式接口实现
IInfrastructure<PropertyBuilder<TProperty>>.Instance |
此类的实例在使用 API 时从方法返回, ModelBuilder 并且它不是设计为在应用程序代码中直接构造的。 |
IInfrastructure<PropertyBuilder>.Instance |
此类的实例在使用 API 时从方法返回, ModelBuilder 并且它不是设计为在应用程序代码中直接构造的。 (继承自 ViewColumnBuilder) |
扩展方法
GetInfrastructure<T>(IInfrastructure<T>) |
从使用 IInfrastructure<T>隐藏的属性中获取值。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。 |