ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>.LeftKeyParameter Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String) |
Configura o parâmetro para os valores de chave esquerda. |
LeftKeyParameter(Expression<Func<TEntityType,String>>, String) |
Configura o parâmetro para os valores de chave esquerda. |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
Configura o parâmetro para os valores de chave esquerda. |
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String) |
Configura o parâmetro para os valores de chave esquerda. |
LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String)
Configura o parâmetro para os valores de chave esquerda.
[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)
Parâmetros
- propertyExpression
- Expression<Func<TEntityType,Byte[]>>
Uma expressão lambda que representa a propriedade a ser configurada. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nome do parâmetro.
Retornos
A mesma instância de configuração para que várias chamadas possam ser encadeadas.
- Atributos
Aplica-se a
LeftKeyParameter(Expression<Func<TEntityType,String>>, String)
Configura o parâmetro para os valores de chave esquerda.
[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)
Parâmetros
- propertyExpression
- Expression<Func<TEntityType,String>>
Uma expressão lambda que representa a propriedade a ser configurada. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nome do parâmetro.
Retornos
A mesma instância de configuração para que várias chamadas possam ser encadeadas.
- Atributos
Aplica-se a
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)
Configura o parâmetro para os valores de chave esquerda.
[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)
Parâmetros de tipo
- TProperty
O tipo da propriedade a ser configurada.
Parâmetros
- propertyExpression
- Expression<Func<TEntityType,Nullable<TProperty>>>
Uma expressão lambda que representa a propriedade a ser configurada. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nome do parâmetro.
Retornos
A mesma instância de configuração para que várias chamadas possam ser encadeadas.
- Atributos
Aplica-se a
LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)
Configura o parâmetro para os valores de chave esquerda.
[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)
Parâmetros de tipo
- TProperty
O tipo da propriedade a ser configurada.
Parâmetros
- propertyExpression
- Expression<Func<TEntityType,TProperty>>
Uma expressão lambda que representa a propriedade a ser configurada. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty
- parameterName
- String
Nome do parâmetro.
Retornos
A mesma instância de configuração para que várias chamadas possam ser encadeadas.
- Atributos
Aplica-se a
Entity Framework