Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am working with UI-O-Matic 2.0.3. I have created one model. I want to ignore its Primary key column. That's why I need to write UIOMaticIgnoreField.
But I am not getting UIOMaticIgnoreField in UIOMatic.Attributes in UIOMatic.dll.
Please help me to keep my Id column as ignored.
I found the solution. I must have to write below line in my model class:
[PrimaryKeyColumn(AutoIncrement =true)] public int Id { get; set; }
And Ui-O-matic automatically ignores primary key column.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
UIOMaticIgnoreField is not working in UI-O-Matic 2.0.3
Hi,
I am working with UI-O-Matic 2.0.3. I have created one model. I want to ignore its Primary key column. That's why I need to write UIOMaticIgnoreField.
But I am not getting UIOMaticIgnoreField in UIOMatic.Attributes in UIOMatic.dll.
Please help me to keep my Id column as ignored.
I found the solution. I must have to write below line in my model class:
And Ui-O-matic automatically ignores primary key column.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.