USED(), DELETED(), INSERT INTO

This forum is meant for questions about the Visual FoxPro Language support in X#.

User avatar
kevclark64
Posts: 127
Joined: Thu Aug 15, 2019 7:30 pm
Location: USA

USED(), DELETED(), INSERT INTO

Post by kevclark64 »

Since X# already supports LINQ, would it be possible to create a Visual Foxpro SQL to LINQ converter and then run the LINQ query?
User avatar
robert
Posts: 4388
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

USED(), DELETED(), INSERT INTO

Post by robert »

Kevin,
That could work if the cursor(s) are IEnumarable collections, and that is something that we will indeed look at. Not just for this but also to allow to bind a cursor/workarea to a grid or form natively.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply