You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
I have a simple class, using a string property as Identity. The following properties are set in the designer:
Required: True
Column Type: default
Identity Type: manual
Indexed: True
Indexed Unique: True
Is Identity: True
Given that the identity type is set to manual, I am expecting it to show up in the generated Constructor, such that an identity can be assigned when an instance of the class is being generated. The constructor however, does not contain this property. The create(...) method does not have the property either.
Is this working as intended? If so: Why?
The text was updated successfully, but these errors were encountered:
msawczyn
added
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Sep 30, 2019
Hi,
I have a simple class, using a string property as Identity. The following properties are set in the designer:
Given that the identity type is set to manual, I am expecting it to show up in the generated Constructor, such that an identity can be assigned when an instance of the class is being generated. The constructor however, does not contain this property. The create(...) method does not have the property either.
Is this working as intended? If so: Why?
The text was updated successfully, but these errors were encountered: