DataRowComparer.Default Propriété

Définition

Obtient une instance singleton de DataRowComparer<TRow>. Cette propriété est en lecture seule.

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

Valeur de propriété

Instance de DataRowComparer<TRow>.

Remarques

Cette propriété est en lecture seule.

S’applique à

Voir aussi