Does DataTable
in C# provide a property that gives me the size of each row (number of bytes)?
views:
540answers:
1
A:
You can determine the unmanaged size of a managed object with Marshal.SizeOf.
JP Alioto
2009-05-14 19:00:25