asifjavaid 0 Light Poster

Hi,

I am working on a application which is base on ADO.NET Entity Data Model. I want to insert Current Timestamp of Server while insertion and updation using LINQ query. Fox Example

INSERT INTO table SET time_field=CURRENT_TIMESTAMP() WHERE id=?"

I need to execute CURRENT_TIMESTAMP() in LINQ Query because I need to get Server timestamp while insertion or updation.

Please help me.

Any will help will be highly appreciated.

Many Thanks.

--

Regards.

Asif Javaid