点击或拖拽改变大小

SysSqlHelperExecuteSqlTran 方法

执行多条SQL语句,实现数据库事务。

命名空间:  Project.Aggregate
程序集:  Project.Aggregate (在 Project.Aggregate.dll 中) 版本:1.1.0.0 (1.1.0.0)
语法
public static int ExecuteSqlTran(
	List<string> SQLStringList
)

参数

SQLStringList
类型:System.Collections.GenericListString
多条SQL语句

返回值

类型:Int32

[缺少 "M:Project.Aggregate.SysSqlHelper.ExecuteSqlTran(System.Collections.Generic.List{System.String})" 的 <returns> 文档]

参见