ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String) |
Configure le paramètre pour la ou les valeurs de clé appropriées. |
RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String) |
Configure le paramètre pour la ou les valeurs de clé appropriées. |
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String) |
Configure le paramètre pour la ou les valeurs de clé appropriées. |
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String) |
Configure le paramètre pour la ou les valeurs de clé appropriées. |
RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)
Configure le paramètre pour la ou les valeurs de clé appropriées.
[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)
Paramètres
- propertyExpression
- Expression<Func<TTargetEntityType,Byte[]>>
Expression lambda représentant la propriété à configurer. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nom du paramètre.
Retours
La même configuration instance afin que plusieurs appels puissent être chaînés.
- Attributs
S’applique à
RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)
Configure le paramètre pour la ou les valeurs de clé appropriées.
[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)
Paramètres
- propertyExpression
- Expression<Func<TTargetEntityType,String>>
Expression lambda représentant la propriété à configurer. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nom du paramètre.
Retours
La même configuration instance afin que plusieurs appels puissent être chaînés.
- Attributs
S’applique à
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)
Configure le paramètre pour la ou les valeurs de clé appropriées.
[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)
Paramètres de type
- TProperty
Type de la propriété à configurer.
Paramètres
- propertyExpression
- Expression<Func<TTargetEntityType,Nullable<TProperty>>>
Expression lambda représentant la propriété à configurer. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nom du paramètre.
Retours
La même configuration instance afin que plusieurs appels puissent être chaînés.
- Attributs
S’applique à
RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)
Configure le paramètre pour la ou les valeurs de clé appropriées.
[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)
Paramètres de type
- TProperty
Type de la propriété à configurer.
Paramètres
- propertyExpression
- Expression<Func<TTargetEntityType,TProperty>>
Expression lambda représentant la propriété à configurer. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nom du paramètre.
Retours
La même configuration instance afin que plusieurs appels puissent être chaînés.
- Attributs