StructuralTypeConfiguration<TStructuralType>.Property 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Property(Expression<Func<TStructuralType,TimeSpan>>)
TimeSpan配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,TimeSpan>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,TimeSpan>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, TimeSpan>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, TimeSpan))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,TimeSpan>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,String>>)
System.string配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.StringPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,string>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.StringPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,string>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, string>> -> System.Data.Entity.ModelConfiguration.Configuration.StringPropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, String))) As StringPropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,String>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>)
System.TimeSpan?配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<TimeSpan>>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<TimeSpan>>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, Nullable<TimeSpan>>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Nullable(Of TimeSpan)))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Nullable<TimeSpan>>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Nullable<Decimal>>>)
System.decimal?配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<decimal>>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<decimal>>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, Nullable<decimal>>> -> System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Nullable(Of Decimal)))) As DecimalPropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Nullable<Decimal>>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>)
System.DateTimeOffset?配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<DateTimeOffset>>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<DateTimeOffset>>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, Nullable<DateTimeOffset>>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Nullable(Of DateTimeOffset)))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Nullable<DateTime>>>)
System.DateTime?配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<DateTime>>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<DateTime>>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, Nullable<DateTime>>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Nullable(Of DateTime)))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Nullable<DateTime>>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Decimal>>)
System.decimal配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,decimal>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,decimal>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, decimal>> -> System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Decimal))) As DecimalPropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Decimal>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DateTime>>)
DateTime配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,DateTime>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,DateTime>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, DateTime>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DateTime))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DateTime>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DbGeometry>>)
DbGeometry配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,System.Data.Spatial.DbGeometry>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, System.Data.Spatial.DbGeometry>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DbGeometry))) As PrimitivePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DbGeometry>>
表示要配置的属性的 lambda 表达式。
C#: t => t.MyProperty
VB.Net:函数 (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DbGeography>>)
DbGeography配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,System.Data.Spatial.DbGeography>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, System.Data.Spatial.DbGeography>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DbGeography))) As PrimitivePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DbGeography>>
表示要配置的属性的 lambda 表达式。
C#: t => t.MyProperty
VB.Net:函数 (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DbGeometry>>)
DbGeometry配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,System.Data.Entity.Spatial.DbGeometry>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, System.Data.Entity.Spatial.DbGeometry>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DbGeometry))) As PrimitivePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DbGeometry>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DbGeography>>)
DbGeography配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,System.Data.Entity.Spatial.DbGeography>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, System.Data.Entity.Spatial.DbGeography>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DbGeography))) As PrimitivePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DbGeography>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,Byte[]>>)
System.byte[]配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,byte[]>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,byte[]>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, byte[]>> -> System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, Byte()))) As BinaryPropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,Byte[]>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property(Expression<Func<TStructuralType,DateTimeOffset>>)
DateTimeOffset配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,DateTimeOffset>> propertyExpression);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration Property (System.Linq.Expressions.Expression<Func<TStructuralType,DateTimeOffset>> propertyExpression);
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, DateTimeOffset>> -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function Property (propertyExpression As Expression(Of Func(Of TStructuralType, DateTimeOffset))) As DateTimePropertyConfiguration
参数
- propertyExpression
- Expression<Func<TStructuralType,DateTimeOffset>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property<T>(Expression<Func<TStructuralType,T>>)
System.struct配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property<T> (System.Linq.Expressions.Expression<Func<TStructuralType,T>> propertyExpression) where T : struct;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property<T> (System.Linq.Expressions.Expression<Func<TStructuralType,T>> propertyExpression) where T : struct;
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, 'T>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration (requires 'T : struct)
Public Function Property(Of T As Structure) (propertyExpression As Expression(Of Func(Of TStructuralType, T))) As PrimitivePropertyConfiguration
类型参数
- T
要配置的属性的类型。
参数
- propertyExpression
- Expression<Func<TStructuralType,T>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性
适用于
Property<T>(Expression<Func<TStructuralType,Nullable<T>>>)
System.struct?配置在此类型上定义的属性。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property<T> (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<T>>> propertyExpression) where T : struct;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration Property<T> (System.Linq.Expressions.Expression<Func<TStructuralType,Nullable<T>>> propertyExpression) where T : struct;
member this.Property : System.Linq.Expressions.Expression<Func<'StructuralType, Nullable<'T>>> -> System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfiguration (requires 'T : struct)
Public Function Property(Of T As Structure) (propertyExpression As Expression(Of Func(Of TStructuralType, Nullable(Of T)))) As PrimitivePropertyConfiguration
类型参数
- T
要配置的属性的类型。
参数
- propertyExpression
- Expression<Func<TStructuralType,Nullable<T>>>
表示要配置的属性的 lambda 表达式。 C#: t => t.MyProperty VB.Net: Function (t) t.MyProperty
返回
可用于配置属性的配置对象。
- 属性