StoreObjectType 枚举

定义

类似于表的存储对象类型。

public enum StoreObjectType
type StoreObjectType = 
Public Enum StoreObjectType
继承
StoreObjectType

字段

DeleteStoredProcedure 5

删除存储过程。

Function 3

表值函数。

InsertStoredProcedure 4

插入存储过程。

SqlQuery 2

SQL 查询。

Table 0

表。

UpdateStoredProcedure 6

更新存储过程。

View 1

视图。

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

适用于