次の方法で共有


ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.RightKeyParameter メソッド

定義

オーバーロード

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

適切なキー値の パラメーターを構成します。

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

適切なキー値の パラメーターを構成します。

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

適切なキー値の パラメーターを構成します。

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

適切なキー値の パラメーターを構成します。

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

適切なキー値の パラメーターを構成します。

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

パラメーター

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

構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

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

適切なキー値の パラメーターを構成します。

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

パラメーター

propertyExpression
Expression<Func<TTargetEntityType,String>>

構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

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

適切なキー値の パラメーターを構成します。

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

型パラメーター

TProperty

構成するプロパティの型。

パラメーター

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

構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象

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

適切なキー値の パラメーターを構成します。

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

型パラメーター

TProperty

構成するプロパティの型。

パラメーター

propertyExpression
Expression<Func<TTargetEntityType,TProperty>>

構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

パラメーターの名前。

戻り値

複数の呼び出しをチェーンできるように、同じ構成インスタンス。

属性

適用対象