ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.LeftKeyParameter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String) |
左側のキー値の パラメーターを構成します。 |
LeftKeyParameter(Expression<Func<TEntityType,String>>, String) |
左側のキー値の パラメーターを構成します。 |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
左側のキー値の パラメーターを構成します。 |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String) |
左側のキー値の パラメーターを構成します。 |
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String)
左側のキー値の パラメーターを構成します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> LeftKeyParameter (System.Linq.Expressions.Expression<Func<TEntityType,byte[]>> propertyExpression, string parameterName);
member this.LeftKeyParameter : System.Linq.Expressions.Expression<Func<'EntityType, byte[]>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function LeftKeyParameter (propertyExpression As Expression(Of Func(Of TEntityType, Byte())), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
パラメーター
- propertyExpression
- Expression<Func<TEntityType,Byte[]>>
構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
パラメーターの名前。
戻り値
複数の呼び出しをチェーンできるように、同じ構成インスタンス。
- 属性
適用対象
LeftKeyParameter(Expression<Func<TEntityType,String>>, String)
左側のキー値の パラメーターを構成します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> LeftKeyParameter (System.Linq.Expressions.Expression<Func<TEntityType,string>> propertyExpression, string parameterName);
member this.LeftKeyParameter : System.Linq.Expressions.Expression<Func<'EntityType, string>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function LeftKeyParameter (propertyExpression As Expression(Of Func(Of TEntityType, String)), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
パラメーター
- propertyExpression
- Expression<Func<TEntityType,String>>
構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
パラメーターの名前。
戻り値
複数の呼び出しをチェーンできるように、同じ構成インスタンス。
- 属性
適用対象
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)
左側のキー値の パラメーターを構成します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> LeftKeyParameter<TProperty> (System.Linq.Expressions.Expression<Func<TEntityType,Nullable<TProperty>>> propertyExpression, string parameterName) where TProperty : struct;
member this.LeftKeyParameter : System.Linq.Expressions.Expression<Func<'EntityType, Nullable<'Property>>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> (requires 'Property : struct)
Public Function LeftKeyParameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TEntityType, Nullable(Of TProperty))), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
型パラメーター
- TProperty
構成するプロパティの型。
パラメーター
- propertyExpression
- Expression<Func<TEntityType,Nullable<TProperty>>>
構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
パラメーターの名前。
戻り値
複数の呼び出しをチェーンできるように、同じ構成インスタンス。
- 属性
適用対象
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)
左側のキー値の パラメーターを構成します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> LeftKeyParameter<TProperty> (System.Linq.Expressions.Expression<Func<TEntityType,TProperty>> propertyExpression, string parameterName) where TProperty : struct;
member this.LeftKeyParameter : System.Linq.Expressions.Expression<Func<'EntityType, 'Property>> * string -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> (requires 'Property : struct)
Public Function LeftKeyParameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TEntityType, TProperty)), parameterName As String) As ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
型パラメーター
- TProperty
構成するプロパティの型。
パラメーター
- propertyExpression
- Expression<Func<TEntityType,TProperty>>
構成するプロパティを表すラムダ式。 C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
パラメーターの名前。
戻り値
複数の呼び出しをチェーンできるように、同じ構成インスタンス。
- 属性
適用対象
Entity Framework