Hello,
What can I do if I'd like to set a certain field using its default value when I insert a record into a table?
Thanks you.
Alan July 21.
Hi Alan,
The recommended method is to set the value of the property to the default in the class constructor.
- Richard.
Log in to post a comment.
Hello,
What can I do if I'd like to set a certain field using its default value when I insert a record into a table?
Thanks you.
Alan
July 21.
Hi Alan,
The recommended method is to set the value of the property to the default in the class constructor.
- Richard.