Freigeben über


ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter Methode

Definition

Überlädt

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Parameter

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

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft darstellt. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Der Name des Parameters.

Gibt zurück

Dieselbe Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Attribute

Gilt für:

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Parameter

propertyExpression
Expression<Func<TTargetEntityType,String>>

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft darstellt. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Der Name des Parameters.

Gibt zurück

Dieselbe Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Attribute

Gilt für:

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Typparameter

TProperty

Der Typ der zu konfigurierenden Eigenschaft.

Parameter

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

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft darstellt. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Der Name des Parameters.

Gibt zurück

Dieselbe Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Attribute

Gilt für:

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

Konfiguriert den Parameter für die richtigen Schlüsselwerte.

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

Typparameter

TProperty

Der Typ der zu konfigurierenden Eigenschaft.

Parameter

propertyExpression
Expression<Func<TTargetEntityType,TProperty>>

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft darstellt. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Der Name des Parameters.

Gibt zurück

Dieselbe Konfiguration instance, sodass mehrere Aufrufe verkettet werden können.

Attribute

Gilt für: