DataRowComparer.Default Property

Definition

Gets a singleton instance of DataRowComparer<TRow>. This property is read-only.

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)

Property Value

An instance of a DataRowComparer<TRow>.

Remarks

This property is read-only.

Applies to

See also