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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.