Click or drag to resize
DbFactoryExecute Method (DbEntity, String)
执行一个语句或过程

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual int Execute(
	DbEntity entity,
	string storedProcedure
)

Parameters

entity
Type: Adf.DbDbEntity
实体
storedProcedure
Type: SystemString
存储过程名

Return Value

Type: Int32
受影响行数

Implements

IDbFactoryExecute(DbEntity, String)
See Also