SqlServerStorage ExtractRecords Example
This example shows how to read records from a sql server storage and later write
it
to a file.
The Problem
For example if you want to extract the records of the Orders table of the Northwind DB

To use Delimited Format
You must define:
The SqlServerStorage
The idea is a lot simple you create the SqlServerStorage with your record class.
After these lines if you want to get the records from the Db you need this lines:
The FillRecord method is somethig like that:
Write the results direct to a File
You need this code for that task:
See also
Must Read - Quick Start Guide - Attributes
List - F.A.Q. - Examples of
Use - Contacts & Credits - Donations