| ProcessInstanceManagerInsert Method  | 
            流程数据插入
            
 
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal int Insert(
	IDbConnection conn,
	ProcessInstanceEntity entity,
	IDbTransaction trans
)
Parameters
- conn
 - Type: System.DataIDbConnection
链接 - entity
 - Type: Slickflow.Engine.Business.EntityProcessInstanceEntity
流程实例实体 - trans
 - Type: System.DataIDbTransaction
事务 
Return Value
Type: 
Int32
See Also