Yes that is possible.you can use Compute("MAX)
connection.Open();
OleDbCommand mycommand = new OleDbCommand();
mycommand.Connection = connection;
DataTable categories = GetDataTable("categories", "SELECT * FROM categories", connection);
string orders = categories.Compute("MA

id_category)", "").ToString();