ConventionInsertModificationStoredProcedureConfiguration.Parameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Parameter(PropertyInfo, String) |
Configures a parameter for this stored procedure. |
Parameter(String, String) |
Configures a parameter for this stored procedure. |
Parameter(PropertyInfo, String)
Configures a parameter for this stored procedure.
public System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration Parameter (System.Reflection.PropertyInfo propertyInfo, string parameterName);
member this.Parameter : System.Reflection.PropertyInfo * string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration
Parameters
- propertyInfo
- PropertyInfo
The property to configure the parameter for.
- parameterName
- String
The name of the parameter.
Returns
The same configuration instance so that multiple calls can be chained.
Applies to
Parameter(String, String)
Configures a parameter for this stored procedure.
public System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration Parameter (string propertyName, string parameterName);
member this.Parameter : string * string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration
Public Function Parameter (propertyName As String, parameterName As String) As ConventionInsertModificationStoredProcedureConfiguration
Parameters
- propertyName
- String
The name of the property to configure the parameter for.
- parameterName
- String
The name of the parameter.
Returns
The same configuration instance so that multiple calls can be chained.
Applies to
Entity Framework