DataRowComparer.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.