开发者

How can I store an object which contains a Queue in MySQL?

My object, contains a queue which stores DateTime objects. Storing objects with just the usual single dimensional properties is not a problem.

开发者_StackOverflowWhat if, I want to store a queue in MySQL using C#. I am using MySQLite and ADO.NET wrapper of System.Data.Sqlite;


You can serialize the Object and store it as a binary column, or you can create a new table and store there every item of your queue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜