Hello all!
In DLINQ operation to add a new persisted object in a database, it do not put de [] qualifiers.
If the column has a blank space occurs a error.
Generated statement example:
"INSERT INTO TableName (My Field1, My Field2) VALUES (@p0, @p1)"
Thanks, and scuse my english!
Vitor

DLINQ do not puts [] in "INSERT INTO" statement fields
Karenros
[Column(Name = "[My Field]")]
Now it's working ok!
Thanks
Vitor
fprintf
I am not sure if this is the proper way to go. It would be better if DLinq does this automatically otherwise code is unnecessary cluttered (not that much though) and developer has to know which fields needs brackets.