Current filter:
                                You should refresh the page.
                                0
                                  • Hi,

                                    I think that Person class has incorrect CalculatedPersistentAlias for FullName property in your sources.
                                    It is set to "FirstName + MiddleName + LastName". It doesn't work for me (using Oracle database). I have changed it to "concat(FirstName, MiddleName, LastName)" and now it works ok.

                                    Thanks.

                                0

                                Hello Lukassz,

                                Thanks for your insight. This was our mistake. We will change the plus sign to the call of our Concat method because it is database independent (ms-help:/ /DevExpress.NETv9.1/DevExpress.Xpo/CustomDocument4928.htm)

                                Thanks,
                                Dennis

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.