Click here to Skip to main content
15,883,531 members
Articles / Database Development / SQL Server

Database-Driven Business Layer Templates

Rate me:
Please Sign up or sign in to vote.
4.61/5 (17 votes)
22 Jan 2008CPOL9 min read 51K   481   106  
A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
/*
===============================================================================
                     EntitySpaces(TM) by EntitySpaces, LLC
                 A New 2.0 Architecture for the .NET Framework
                          http://www.entityspaces.net
===============================================================================
                       EntitySpaces Version # 2007.1.1024.0
                       MyGeneration Version # 1.2.0.2
                           12/19/2007 11:19:04 AM
-------------------------------------------------------------------------------
*/


using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Text;
using System.Data;

using EntitySpaces.Interfaces;
using EntitySpaces.Core;

namespace DAK.CustomESN.BusinessLayer
{
	public partial class TerritoryCollection : esTerritoryCollection
	{

	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer VirtualScopics, Inc
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions