IConventionStoredProcedureBuilder.HasParameter(String, Boolean) 方法

定义

如果不存在映射到给定属性的参数,则配置新参数。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionStoredProcedureParameterBuilder? HasParameter (string propertyName, bool fromDataAnnotation = false);
abstract member HasParameter : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionStoredProcedureParameterBuilder
Public Function HasParameter (propertyName As String, Optional fromDataAnnotation As Boolean = false) As IConventionStoredProcedureParameterBuilder

参数

propertyName
String

属性名称。

fromDataAnnotation
Boolean

指示配置是否是使用数据注释指定的。

返回

如果应用了配置,则为同一生成器实例, null 否则为 。

适用于