I noticed LLBLGen Pro gives a warning for tables without a primary key.
What if my table really has no key (i.e. duplicate data is ok - don't want an identity field).
Will LLBLGen Pro function correctly?
Here is what I have:
Customer Record
CustomerID
Name
City
etc.
Customer Parameters
Name
Value
Customer parameters can contain duplicates.