M
maciek kanski
I'm using DataTable in console application and I have to sort the rows. Is it
possible to sort DataTable without using DataView.Sort property? I'm accessing
DataRow by DataTable->Rows->Item[int]
Is it possible to avoid additional layer that DataView enforces? I don't have
any logical or GUI controls that I bind data to.
Thanks in advance for any solution.
possible to sort DataTable without using DataView.Sort property? I'm accessing
DataRow by DataTable->Rows->Item[int]
Is it possible to avoid additional layer that DataView enforces? I don't have
any logical or GUI controls that I bind data to.
Thanks in advance for any solution.