Comments
1 comment
-
Hello there,
This is more of a SQL Toolkit question, because this is not an effect of using the GUI. But I can tell you that the options can't be specified this way. To us an enumeration you need to specify all options explicitly, separated by a bitwise OR (Or in VB and | in C#) or using Options.Default.
Add comment
Please sign in to leave a comment.
We've tried all the options in the the following call:
db1.Register(conn, Options.*.*)