Udostępnij przez


InsertModificationStoredProcedureConfiguration<TEntityType>.Parameter Metoda

Definicja

Przeciążenia

Parameter(Expression<Func<TEntityType,String>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter(Expression<Func<TEntityType,DbGeometry>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter(Expression<Func<TEntityType,Byte[]>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter(Expression<Func<TEntityType,DbGeography>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

Konfiguruje parametr dla tej procedury składowanej.

Parameter(Expression<Func<TEntityType,String>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter(System.Linq.Expressions.Expression<Func<TEntityType,string>> propertyExpression, string parameterName);
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, string>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)>
Public Function Parameter (propertyExpression As Expression(Of Func(Of TEntityType, String)), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry

propertyExpression
Expression<Func<TEntityType,String>>

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy

Parameter(Expression<Func<TEntityType,DbGeometry>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter(System.Linq.Expressions.Expression<Func<TEntityType,System.Data.Entity.Spatial.DbGeometry>> propertyExpression, string parameterName);
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, System.Data.Entity.Spatial.DbGeometry>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)>
Public Function Parameter (propertyExpression As Expression(Of Func(Of TEntityType, DbGeometry)), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry

propertyExpression
Expression<Func<TEntityType,DbGeometry>>

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy

Parameter(Expression<Func<TEntityType,Byte[]>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter(System.Linq.Expressions.Expression<Func<TEntityType,byte[]>> propertyExpression, string parameterName);
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, byte[]>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)>
Public Function Parameter (propertyExpression As Expression(Of Func(Of TEntityType, Byte())), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry

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

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy

Parameter(Expression<Func<TEntityType,DbGeography>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter(System.Linq.Expressions.Expression<Func<TEntityType,System.Data.Entity.Spatial.DbGeography>> propertyExpression, string parameterName);
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, System.Data.Entity.Spatial.DbGeography>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)>
Public Function Parameter (propertyExpression As Expression(Of Func(Of TEntityType, DbGeography)), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry

propertyExpression
Expression<Func<TEntityType,DbGeography>>

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy

Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter<TProperty>(System.Linq.Expressions.Expression<Func<TEntityType,Nullable<TProperty>>> propertyExpression, string parameterName) where TProperty : struct;
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, Nullable<'Property>>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> (requires 'Property : struct)
Public Function Parameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TEntityType, Nullable(Of TProperty))), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry typu

TProperty

Typ właściwości do skonfigurowania.

Parametry

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

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy

Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

Konfiguruje parametr dla tej procedury składowanej.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType> Parameter<TProperty>(System.Linq.Expressions.Expression<Func<TEntityType,TProperty>> propertyExpression, string parameterName) where TProperty : struct;
member this.Parameter : System.Linq.Expressions.Expression<Func<'EntityType, 'Property>> * string -> System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> (requires 'Property : struct)
Public Function Parameter(Of TProperty As Structure) (propertyExpression As Expression(Of Func(Of TEntityType, TProperty)), parameterName As String) As InsertModificationStoredProcedureConfiguration(Of TEntityType)

Parametry typu

TProperty

Typ właściwości do skonfigurowania.

Parametry

propertyExpression
Expression<Func<TEntityType,TProperty>>

Wyrażenie lambda reprezentujące właściwość do skonfigurowania parametru . C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty

parameterName
String

Nazwa parametru.

Zwraca

To samo wystąpienie konfiguracji, aby można było połączyć łańcuch wielu wywołań.

Atrybuty

Dotyczy