コード例 #1
0
 public void OnError(ProfiledDbCommand profiledDbCommand, SqlExecuteType nonQuery, Exception exception)
 {
 }
コード例 #2
0
        public void ExecuteFinish(ProfiledDbCommand profiledDbCommand, SqlExecuteType executeType, DbDataReader reader)
        {
#if DEBUG
            System.Diagnostics.Debug.Print(GetCommandText(profiledDbCommand));
#endif
        }
コード例 #3
0
 public void ExecuteStart(ProfiledDbCommand profiledDbCommand, SqlExecuteType executeType)
 {
 }