DataView relation to DataSet

  • Thread starter Thread starter C Glenn
  • Start date Start date
C

C Glenn

I've created a DataSet subclass that includes a public DataView. The
DataView is instantiated with the DataSet's DataTable in the
constructor's parameter list. Is there a way to determine the DataSet
associated with the DataView through the DataTable used in the
instantiation of the DataView?
 
Back
Top