StructuralTypeConfiguration<TStructuralType>.Property Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Property(Expression<Func<TStructuralType,TimeSpan>>) |
Bu tür üzerinde tanımlanan bir TimeSpan özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,String>>) |
Bu tür üzerinde tanımlanan bir System.string özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>) |
Bu tür üzerinde tanımlanan bir System.TimeSpan? özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Nullable<Decimal>>>) |
Bu tür üzerinde tanımlanan bir System.decimal? özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>) |
Bu tür üzerinde tanımlanan bir System.DateTimeOffset? özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Nullable<DateTime>>>) |
Bu tür üzerinde tanımlanan bir System.DateTime? özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Decimal>>) |
Bu tür üzerinde tanımlanan bir System.decimal özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DateTime>>) |
Bu tür üzerinde tanımlanan bir DateTime özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DbGeometry>>) |
Bu tür üzerinde tanımlanan bir DbGeometry özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DbGeography>>) |
Bu tür üzerinde tanımlanan bir DbGeography özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DbGeometry>>) |
Bu tür üzerinde tanımlanan bir DbGeometry özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DbGeography>>) |
Bu tür üzerinde tanımlanan bir DbGeography özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,Byte[]>>) |
Bu tür üzerinde tanımlanan bir System.byte[] özelliği yapılandırıyor. |
| Property(Expression<Func<TStructuralType,DateTimeOffset>>) |
Bu tür üzerinde tanımlanan bir DateTimeOffset özelliği yapılandırıyor. |
| Property<T>(Expression<Func<TStructuralType,T>>) |
Bu tür üzerinde tanımlanan bir System.struct özelliği yapılandırıyor. |
| Property<T>(Expression<Func<TStructuralType,Nullable<T>>>) |
Bu tür üzerinde tanımlanan bir System.struct? özelliği yapılandırıyor. |
Property(Expression<Func<TStructuralType,TimeSpan>>)
Bu tür üzerinde tanımlanan bir TimeSpan özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,TimeSpan>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,String>>)
Bu tür üzerinde tanımlanan bir System.string özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,String>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>)
Bu tür üzerinde tanımlanan bir System.TimeSpan? özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Nullable<TimeSpan>>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Nullable<Decimal>>>)
Bu tür üzerinde tanımlanan bir System.decimal? özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Nullable<Decimal>>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>)
Bu tür üzerinde tanımlanan bir System.DateTimeOffset? özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Nullable<DateTime>>>)
Bu tür üzerinde tanımlanan bir System.DateTime? özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Nullable<DateTime>>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Decimal>>)
Bu tür üzerinde tanımlanan bir System.decimal özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Decimal>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DateTime>>)
Bu tür üzerinde tanımlanan bir DateTime özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DateTime>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DbGeometry>>)
Bu tür üzerinde tanımlanan bir DbGeometry özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DbGeometry>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi.
C#: t => t.MyProperty
VB.Net: İşlev(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DbGeography>>)
Bu tür üzerinde tanımlanan bir DbGeography özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DbGeography>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi.
C#: t => t.MyProperty
VB.Net: İşlev(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DbGeometry>>)
Bu tür üzerinde tanımlanan bir DbGeometry özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DbGeometry>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DbGeography>>)
Bu tür üzerinde tanımlanan bir DbGeography özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DbGeography>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,Byte[]>>)
Bu tür üzerinde tanımlanan bir System.byte[] özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Byte[]>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property(Expression<Func<TStructuralType,DateTimeOffset>>)
Bu tür üzerinde tanımlanan bir DateTimeOffset özelliği yapılandırıyor.
[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
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,DateTimeOffset>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property<T>(Expression<Func<TStructuralType,T>>)
Bu tür üzerinde tanımlanan bir System.struct özelliği yapılandırıyor.
[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ür Parametreleri
- T
Yapılandırılan özelliğin türü.
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,T>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler
Şunlara uygulanır
Property<T>(Expression<Func<TStructuralType,Nullable<T>>>)
Bu tür üzerinde tanımlanan bir System.struct? özelliği yapılandırıyor.
[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ür Parametreleri
- T
Yapılandırılan özelliğin türü.
Parametreler
- propertyExpression
- Expression<Func<TStructuralType,Nullable<T>>>
Yapılandırılacak özelliği temsil eden bir lambda ifadesi. C#: t => t.MyProperty VB.Net: function(t) t.MyProperty
Döndürülenler
Özelliğini yapılandırmak için kullanılabilecek bir yapılandırma nesnesi.
- Öznitelikler