コード例 #1
0
        public override void CreateTable(IConnection connection)
        {
            EncryptImageDao dao = new EncryptImageDao(typeof(VersionOrigin));

            dao.CurrentConnection = connection;
            dao.CreateTableIfNotExists();
            ++ModifiedCount;
            dao.CreateIndexIfNotExists();
            ++ModifiedCount;
        }