DbFactoryLogBuilder Method |
日志添加
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxprotected virtual string LogBuilder(
string sql,
IDbDataParameter[] parames,
bool storedProcedure
)
Protected Overridable Function LogBuilder (
sql As String,
parames As IDbDataParameter(),
storedProcedure As Boolean
) As String
protected:
virtual String^ LogBuilder(
String^ sql,
array<IDbDataParameter^>^ parames,
bool storedProcedure
)
abstract LogBuilder :
sql : string *
parames : IDbDataParameter[] *
storedProcedure : bool -> string
override LogBuilder :
sql : string *
parames : IDbDataParameter[] *
storedProcedure : bool -> string
Parameters
- sql
- Type: SystemString
内容 - parames
- Type: System.DataIDbDataParameter
参数列表 - storedProcedure
- Type: SystemBoolean
是否以过程运行
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Db.DbFactory.LogBuilder(System.String,System.Data.IDbDataParameter[],System.Boolean)"]
See Also