All Tags »
DOT TABLE NAME
Sorry, but there are no more tags available to filter with.
-
I have a data model where my table names (and sometimes my columns) have dots in their names.
It's something like:
Module.Submodule1.TableName1Module.Submodule1.TableName2etc.
I have just discovered that generated classes dont generate the ''AutoIncrement'' field correctly when I have a dot in my table name.
And when I have a dot in column ...