Sdílet prostřednictvím


ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter Metoda

Definice

Přetížení

RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

[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[]>>

Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Název parametru

Návraty

Stejná instance konfigurace, aby bylo možné zřetězených více volání.

Atributy

Platí pro

RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

[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>>

Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Název parametru

Návraty

Stejná instance konfigurace, aby bylo možné zřetězených více volání.

Atributy

Platí pro

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

[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 vlastnosti, která se má konfigurovat.

Parametry

propertyExpression
Expression<Func<TTargetEntityType,Nullable<TProperty>>>

Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Název parametru

Návraty

Stejná instance konfigurace, aby bylo možné zřetězených více volání.

Atributy

Platí pro

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)

Nakonfiguruje parametr pro správné hodnoty klíče.

[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 vlastnosti, která se má konfigurovat.

Parametry

propertyExpression
Expression<Func<TTargetEntityType,TProperty>>

Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Název parametru

Návraty

Stejná instance konfigurace, aby bylo možné zřetězených více volání.

Atributy

Platí pro