IDbFactoryExecute Method (String) |
执行一个语句或过程
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxint Execute(
string sqlString
)
Function Execute (
sqlString As String
) As Integer
int Execute(
String^ sqlString
)
abstract Execute :
sqlString : string -> int
Parameters
- sqlString
- Type: SystemString
要执行的操作语句
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.Db.IDbFactory.Execute(System.String)"]
See Also