ConventionDeleteModificationStoredProcedureConfiguration.Parameter 方法

定义

重载

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

参数的名称。

返回

相同的配置实例,以便可以链接多个调用。

适用于