次の方法で共有


DbCommandLogData クラス

定義

注意事項

This class is obsolete. It will be removed in a future release.

実行中の に関する情報を DbCommand ログに記録します。

このクラスのインスタンスは通常、Entity Framework によって作成され、ロガーに渡されます。アプリケーション コードで直接構築するようには設計されていません。

public class DbCommandLogData
[System.Obsolete("This class is obsolete. It will be removed in a future release.")]
public class DbCommandLogData : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type DbCommandLogData = class
[<System.Obsolete("This class is obsolete. It will be removed in a future release.")>]
type DbCommandLogData = class
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Class DbCommandLogData
Public Class DbCommandLogData
Implements IEnumerable(Of KeyValuePair(Of String, Object))
継承
DbCommandLogData
属性
実装

コンストラクター

DbCommandLogData(String, CommandType, Int32, IReadOnlyList<DbParameterLogData>, Nullable<Int64>)
古い.

DbParameterLogData クラスの新しいインスタンスを初期化します。

プロパティ

CommandText
古い.

実行されているコマンド テキストを取得します。

CommandTimeout
古い.

コマンド用に構成されたタイムアウトを取得します。

CommandType
古い.

実行されているコマンドの種類を取得します。

ElapsedMilliseconds
古い.

コマンドの実行にかかった時間 (完了した場合) のミリ秒を取得します。

Parameters
古い.

コマンドのパラメーターを取得します。

メソッド

GetEnumerator()
古い.

実行中の に関する情報を DbCommand ログに記録します。

このクラスのインスタンスは通常、Entity Framework によって作成され、ロガーに渡されます。アプリケーション コードで直接構築するようには設計されていません。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()
古い.

実行中の に関する情報を DbCommand ログに記録します。

このクラスのインスタンスは通常、Entity Framework によって作成され、ロガーに渡されます。アプリケーション コードで直接構築するようには設計されていません。

適用対象