Compartir a través de


ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter Método

Definición

Sobrecargas

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

Configura el parámetro para los valores de clave correctos.

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

Configura el parámetro para los valores de clave correctos.

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

Configura el parámetro para los valores de clave correctos.

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

Configura el parámetro para los valores de clave correctos.

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

Configura el parámetro para los valores de clave correctos.

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

Parámetros

propertyExpression
Expression<Func<TTargetEntityType,Byte[]>>

Expresión lambda que representa la propiedad que se va a configurar. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nombre del parámetro.

Devoluciones

La misma instancia de configuración para que se puedan encadenar varias llamadas.

Atributos

Se aplica a

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

Configura el parámetro para los valores de clave correctos.

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

Parámetros

propertyExpression
Expression<Func<TTargetEntityType,String>>

Expresión lambda que representa la propiedad que se va a configurar. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nombre del parámetro.

Devoluciones

La misma instancia de configuración para que se puedan encadenar varias llamadas.

Atributos

Se aplica a

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

Configura el parámetro para los valores de clave correctos.

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

Parámetros de tipo

TProperty

Tipo de la propiedad que se va a configurar.

Parámetros

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

Expresión lambda que representa la propiedad que se va a configurar. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nombre del parámetro.

Devoluciones

La misma instancia de configuración para que se puedan encadenar varias llamadas.

Atributos

Se aplica a

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

Configura el parámetro para los valores de clave correctos.

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

Parámetros de tipo

TProperty

Tipo de la propiedad que se va a configurar.

Parámetros

propertyExpression
Expression<Func<TTargetEntityType,TProperty>>

Expresión lambda que representa la propiedad que se va a configurar. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nombre del parámetro.

Devoluciones

La misma instancia de configuración para que se puedan encadenar varias llamadas.

Atributos

Se aplica a