RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 RuntimeStoredProcedure 类的新实例。
public RuntimeStoredProcedure (Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType, string name, string? schema, bool rowsAffectedReturned);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * string * string * bool -> Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure
Public Sub New (entityType As RuntimeEntityType, name As String, schema As String, rowsAffectedReturned As Boolean)
参数
- entityType
- RuntimeEntityType
映射的实体类型。
- name
- String
名称。
- schema
- String
架构。
- rowsAffectedReturned
- Boolean
此存储过程是否返回受影响的行数。