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