Replies: 1 comment
-
There’s an example of how you can specify an enum in the test suite’s models! You can find it here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I attribute a enum property in a table model? I have tried [Column("abc") as well as [Reference(typeof(abc))] and both throw errors.
Beta Was this translation helpful? Give feedback.
All reactions