Business Class

Every table in database generates a file that contains a business class, as the following picture:

The following is the business class code of Territory table:

using System;

using Macrobject.NObject;

 

namespace Northwind

{

  public partial class Territory : Macrobject.NObject.DataObject

  {

  }

}

 

Related Topics

Generating Code File