Hello, is It possible to generate this request whith LLBLGen ?
INSERT INTO test_tab (Nb1,DateDeCreation)
VALUES (1000000,getdate())
In LLBLGen documentation, it use DbFunctionCall with SELECT requet unfortunatly I don't found exmple for a INSERT request.
thank you for you help.