J
John A Grandy
Apparently, only Int.MaxValue rows may be stored in a DataTable because the
accessor is defined as an int :
DataTable.Rows[int i]
Is this true ? How to handle # rows > Int.MaxValue ? ( aside from
multi-stage load )
accessor is defined as an int :
DataTable.Rows[int i]
Is this true ? How to handle # rows > Int.MaxValue ? ( aside from
multi-stage load )