Simulating SQL Server (Part 2)
If you haven’t read it already, why not start with Simulating SQL Server (Part 1)? Last time we looked at creating a RecordSetDefinition as a collection of ColumnDefinition s. Once we had a way of defining what a recordset looks like, we then were able to create an ObjectRecord . The next step is to collect those …