-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TDataSetUtils.DataSetToObject Compliant with TNullableType #336
Comments
Can you provide a simple test case with just one procedure which show the problem? |
Ok Daniele, will do a test case tonight. |
Daniele, |
You are welcome, let me know about your findings. |
Daniele, Hope this help. |
Actually there was an issue, but the sample provided uses the |
Great ! Thanks Daniele. |
Hi,
today I use something like : TDataSetUtils.DataSetToObject(lDataSet, lCustomer);
I would like to change some properties of my Object to make them Nullable.
But doing this calling this procedure raise an error saying : Nullable must have a value.
How could I do to make it compatible with TNullable Type ?
Best reagrds
Armindo
The text was updated successfully, but these errors were encountered: