<< Click to Display Table of Contents >>
IUDSLogTarget
Method Detail
ExecuteCommand
public string ExecuteCommand
クライアントで要請した実行文を取得します。
QueryType
public QueryType QueryType
クライアントで要請して実行されたクエリ文のタイプを取得します。(select、insert、update、delete)
CommandExecuteTime
public long CommandExecuteTime
クライアントで要請した実行文が実行される時間を取得します。(単位:ミリ秒)
CommandState
public string CommandState
クライアントで要請した実行文が正常に実行されたかを確認します。(true、false:ErrMsg)