C
CeZaR
Hi,
The following line raises an "Type cannot be null" exception:
DataTable *dtEmployees;
dtEmployees->Columns->Add(S"EmployeeID", Type::GetType(S"int"));
Why?
Thanks!
The following line raises an "Type cannot be null" exception:
DataTable *dtEmployees;
dtEmployees->Columns->Add(S"EmployeeID", Type::GetType(S"int"));
Why?
Thanks!