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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.