DataRowComparer<TRow>.Default 属性

定义

获取 .的 DataRowComparer<TRow>单个实例。 此属性为只读。

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

属性值

的实例 DataRowComparer<TRow>

注解

此属性为只读。

适用于

另请参阅