G
Guest
Can someone tell me what I'm doing wrong here:
DataTable^ table = safe_cast<DataTable^>myDateSet->Tables[0];
I am getting a compilation error.
Rasika.
DataTable^ table = safe_cast<DataTable^>myDateSet->Tables[0];
I am getting a compilation error.
Rasika.