L
Lei Jiang
It seems a DataRow can only be created from
DataTable.NewRow()/NewRowArray()/NewRowFromBuilder() method. If I want to
derive a class from DataRow, how can I create it?
In MSDN, the NewRowFromBuilder() seems could do this, but the method is
marked as internal use.
DataTable.NewRow()/NewRowArray()/NewRowFromBuilder() method. If I want to
derive a class from DataRow, how can I create it?
In MSDN, the NewRowFromBuilder() seems could do this, but the method is
marked as internal use.