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

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
int Execute(
	string sqlString
)

Parameters

sqlString
Type: SystemString
要执行的操作语句

Return Value

Type: Int32

[Missing <returns> documentation for "M:Adf.Db.IDbFactory.Execute(System.String)"]

See Also