ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.LeftKeyParameter Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String) |
Nakonfiguruje parametr pro hodnoty levého klíče. |
LeftKeyParameter(Expression<Func<TEntityType,String>>, String) |
Nakonfiguruje parametr pro hodnoty levého klíče. |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
Nakonfiguruje parametr pro hodnoty levého klíče. |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String) |
Nakonfiguruje parametr pro hodnoty levého klíče. |
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String)
Nakonfiguruje parametr pro hodnoty levého klíče.
[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)
Parametry
- propertyExpression
- Expression<Func<TEntityType,Byte[]>>
Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Název parametru
Návraty
Stejná instance konfigurace, aby bylo možné zřetězených více volání.
- Atributy
Platí pro
LeftKeyParameter(Expression<Func<TEntityType,String>>, String)
Nakonfiguruje parametr pro hodnoty levého klíče.
[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)
Parametry
- propertyExpression
- Expression<Func<TEntityType,String>>
Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Název parametru
Návraty
Stejná instance konfigurace, aby bylo možné zřetězených více volání.
- Atributy
Platí pro
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)
Nakonfiguruje parametr pro hodnoty levého klíče.
[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)
Parametry typu
- TProperty
Typ vlastnosti, která se má konfigurovat.
Parametry
- propertyExpression
- Expression<Func<TEntityType,Nullable<TProperty>>>
Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Název parametru
Návraty
Stejná instance konfigurace, aby bylo možné zřetězených více volání.
- Atributy
Platí pro
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)
Nakonfiguruje parametr pro hodnoty levého klíče.
[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)
Parametry typu
- TProperty
Typ vlastnosti, která se má konfigurovat.
Parametry
- propertyExpression
- Expression<Func<TEntityType,TProperty>>
Výraz lambda představující vlastnost, která má být nakonfigurována. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Název parametru
Návraty
Stejná instance konfigurace, aby bylo možné zřetězených více volání.
- Atributy
Platí pro
Entity Framework