My object, contains a queue which stores DateTime objects. Storing objects with just the usual single dimensional properties is not a problem.
What if, I want to store a queue in MySQL using C#. I am using MySQLite and ADO.NET wrapper of System.Data.Sqlite;