Retrieves the DateTime info from database server.
This method may needs some privilege according to the database product and its version.
Examples
Following section retrieves DateTime info from database server.
{{hl}}var ddl = connection.DDL();{{/hl}}
var result = ddl.{{hl}}.GetServerDateTime()){{/hl}};
Console.WriteLine("DateTime = " + result);