IDbFactoryExecute Method (DbEntity, String) |
执行一个语句或过程
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxint Execute(
DbEntity entity,
string storedProcedure
)
Function Execute (
entity As DbEntity,
storedProcedure As String
) As Integer
int Execute(
DbEntity^ entity,
String^ storedProcedure
)
abstract Execute :
entity : DbEntity *
storedProcedure : string -> int
Parameters
- entity
- Type: Adf.DbDbEntity
实体 - storedProcedure
- Type: SystemString
存储过程名
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.Db.IDbFactory.Execute(Adf.Db.DbEntity,System.String)"]
See Also