DataRowComparer<TRow>.Default プロパティ

定義

DataRowComparer<TRow> のシングルトン インスタンスを取得します。 このプロパティは読み取り専用です。

public:
 static property System::Data::DataRowComparer<TRow> ^ Default { System::Data::DataRowComparer<TRow> ^ get(); };
public static System.Data.DataRowComparer<TRow> Default { get; }
static member Default : System.Data.DataRowComparer<'Row (requires 'Row :> System.Data.DataRow)>
Public Shared ReadOnly Property Default As DataRowComparer(Of TRow)

プロパティ値

DataRowComparer<TRow> のインスタンス。

注釈

このプロパティは読み取り専用です。

適用対象

こちらもご覧ください