ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String) |
Konfiguruje parametr dla odpowiednich wartości klucza. |
| RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String) |
Konfiguruje parametr dla odpowiednich wartości klucza. |
| RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String) |
Konfiguruje parametr dla odpowiednich wartości klucza. |
| RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String) |
Konfiguruje parametr dla odpowiednich wartości klucza. |
RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)
Konfiguruje parametr dla odpowiednich wartości klucza.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> RightKeyParameter(System.Linq.Expressions.Expression<Func<TTargetEntityType,byte[]>> propertyExpression, string parameterName);
member this.RightKeyParameter : System.Linq.Expressions.Expression<Func<'argetEntityType, byte[]>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function RightKeyParameter (propertyExpression As Expression(Of Func(Of TTargetEntityType, Byte())), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
Parametry
- propertyExpression
- Expression<Func<TTargetEntityType,Byte[]>>
Wyrażenie lambda reprezentujące właściwość do skonfigurowania. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nazwa parametru.
Zwraca
To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.
- Atrybuty
Dotyczy
RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)
Konfiguruje parametr dla odpowiednich wartości klucza.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> RightKeyParameter(System.Linq.Expressions.Expression<Func<TTargetEntityType,string>> propertyExpression, string parameterName);
member this.RightKeyParameter : System.Linq.Expressions.Expression<Func<'argetEntityType, string>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function RightKeyParameter (propertyExpression As Expression(Of Func(Of TTargetEntityType, String)), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
Parametry
- propertyExpression
- Expression<Func<TTargetEntityType,String>>
Wyrażenie lambda reprezentujące właściwość do skonfigurowania. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nazwa parametru.
Zwraca
To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.
- Atrybuty
Dotyczy
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)
Konfiguruje parametr dla odpowiednich wartości klucza.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> RightKeyParameter<TProperty>(System.Linq.Expressions.Expression<Func<TTargetEntityType,Nullable<TProperty>>> propertyExpression, string parameterName) where TProperty : struct;
member this.RightKeyParameter : System.Linq.Expressions.Expression<Func<'argetEntityType, Nullable<'Property>>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> (requires 'Property : struct)
Public Function RightKeyParameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TTargetEntityType, Nullable(Of TProperty))), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
Parametry typu
- TProperty
Typ właściwości do skonfigurowania.
Parametry
- propertyExpression
- Expression<Func<TTargetEntityType,Nullable<TProperty>>>
Wyrażenie lambda reprezentujące właściwość do skonfigurowania. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nazwa parametru.
Zwraca
To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.
- Atrybuty
Dotyczy
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)
Konfiguruje parametr dla odpowiednich wartości klucza.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> RightKeyParameter<TProperty>(System.Linq.Expressions.Expression<Func<TTargetEntityType,TProperty>> propertyExpression, string parameterName) where TProperty : struct;
member this.RightKeyParameter : System.Linq.Expressions.Expression<Func<'argetEntityType, 'Property>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> (requires 'Property : struct)
Public Function RightKeyParameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TTargetEntityType, TProperty)), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
Parametry typu
- TProperty
Typ właściwości do skonfigurowania.
Parametry
- propertyExpression
- Expression<Func<TTargetEntityType,TProperty>>
Wyrażenie lambda reprezentujące właściwość do skonfigurowania. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nazwa parametru.
Zwraca
To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.
- Atrybuty