C
cmay
I want to add a few methods to the datarow class, but the DataRow
requires a DataRowBuilder in it's constructor, and I can't find a way
to get a DataRowBuilder, and DataRowBuilder has a private constructor.
So is there no way to do this? It kinda stinks.
requires a DataRowBuilder in it's constructor, and I can't find a way
to get a DataRowBuilder, and DataRowBuilder has a private constructor.
So is there no way to do this? It kinda stinks.