IMutableStoredProcedure 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示模型中的存储过程,该存储过程的形式在生成模型时可能会发生改变。
public interface IMutableStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
type IMutableStoredProcedure = interface
interface IReadOnlyStoredProcedure
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableStoredProcedure
Implements IMutableAnnotatable, IReadOnlyStoredProcedure
- 实现
属性
EntityType |
获取在其中定义此存储过程的实体类型。 |
IsRowsAffectedReturned |
获取或设置一个值,该值指示此存储过程是否返回受影响的行数。 |
Item[String] |
获取或设置具有给定名称的批注的值。 (继承自 IMutableAnnotatable) |
Name |
获取或设置数据库中存储过程的名称。 |
Parameters |
获取此存储过程的参数。 |
ResultColumns |
获取此存储过程的结果列。 |
Schema |
获取或设置数据库中存储过程的架构。 |