ConventionDeleteModificationStoredProcedureConfiguration.Parameter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Parameter(PropertyInfo, String) |
为此存储过程配置参数。 |
Parameter(String, String) |
为此存储过程配置参数。 |
Parameter(PropertyInfo, String)
为此存储过程配置参数。
public System.Data.Entity.ModelConfiguration.Configuration.ConventionDeleteModificationStoredProcedureConfiguration Parameter(System.Reflection.PropertyInfo propertyInfo, string parameterName);
member this.Parameter : System.Reflection.PropertyInfo * string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionDeleteModificationStoredProcedureConfiguration
参数
- propertyInfo
- PropertyInfo
要为其配置参数的属性。
- parameterName
- String
参数的名称。
返回
相同的配置实例,以便可以链接多个调用。
适用于
Parameter(String, String)
为此存储过程配置参数。
public System.Data.Entity.ModelConfiguration.Configuration.ConventionDeleteModificationStoredProcedureConfiguration Parameter(string propertyName, string parameterName);
member this.Parameter : string * string -> System.Data.Entity.ModelConfiguration.Configuration.ConventionDeleteModificationStoredProcedureConfiguration
Public Function Parameter (propertyName As String, parameterName As String) As ConventionDeleteModificationStoredProcedureConfiguration
参数
- propertyName
- String
要为其配置参数的属性的名称。
- parameterName
- String
参数的名称。
返回
相同的配置实例,以便可以链接多个调用。