OwnedNavigationSplitViewBuilder.Property 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Property(String) |
将属性映射到当前视图上的列,并返回一个对象,该对象可用于提供特定于视图的配置(如果属性映射到多个视图)。 |
Property<TProperty>(String) |
将属性映射到当前视图上的列,并返回一个对象,该对象可用于提供特定于视图的配置(如果属性映射到多个视图)。 |
Property(String)
将属性映射到当前视图上的列,并返回一个对象,该对象可用于提供特定于视图的配置(如果属性映射到多个视图)。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder Property (string propertyName);
abstract member Property : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder
override this.Property : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder
Public Overridable Function Property (propertyName As String) As ViewColumnBuilder
参数
- propertyName
- String
要配置的属性的名称。
返回
可用于配置 属性的对象。
适用于
Property<TProperty>(String)
将属性映射到当前视图上的列,并返回一个对象,该对象可用于提供特定于视图的配置(如果属性映射到多个视图)。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder<TProperty> Property<TProperty> (string propertyName);
abstract member Property : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder<'Property>
override this.Property : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ViewColumnBuilder<'Property>
Public Overridable Function Property(Of TProperty) (propertyName As String) As ViewColumnBuilder(Of TProperty)
类型参数
- TProperty
要配置的属性的类型。
参数
- propertyName
- String
要配置的属性的名称。
返回
可用于配置 属性的对象。