Click or drag to resize
SqlDataProvider Class
不同类型数据库的SQL语句
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.ProviderSqlDataProvider

Namespace: Slickflow.Engine.Provider
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class SqlDataProvider

The SqlDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodSqlDataProvider
Initializes a new instance of the SqlDataProvider class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSqlTaskOfMineByAppInstance
根据应用实例获取个人任务SQL
Public methodStatic memberGetSqlTaskOfMineByAtcitivityInstance
根据活动实例获取个人任务SQL
Public methodStatic memberGetSqlTaskPaged
任务分页SQL语句
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also