Search found 1 match

by hforall
Thu 27 Dec 2018 09:11
Forum: EntityDAC
Topic: Exception: Parameter 'returnId' not found
Replies: 5
Views: 25668

Exception: Parameter 'returnId' not found

Trying to save new Entity (Tag), which has two fields (id - autoincrement, name -varchar)

Tag:=EntityContext.CreateAttachedEntity<TTag>;
Tag.Name:='SomeName';
EntityContext.Save(Tag);

On Save Method I have got an Exception: "Parameter 'returnId' not found".
And the same issue for any Entity, Tag is the simplest example.
--
EntityDac v2.0.1
Database - MySql 6.3