Click here to Skip to main content
15,894,825 members
Articles / Database Development / SQL Server

SQL XML Documentation

Rate me:
Please Sign up or sign in to vote.
4.59/5 (12 votes)
29 Feb 2008CPOL5 min read 113.4K   1.4K   75  
How to create and compile SQL XML Documentation comments
using System;
using System.Collections.Generic;
using System.Text;

namespace JocysCom.Sql.XmlDocumentation.SqlDataTypes
{
	public class BigInt {}
	public class Binary { }
	public class Bit { }
	public class Char { }
	public class DateTime { }
	public class Decimal { }
	public class Float { }
	public class Image { }
	public class Int { }
	public class Money { }
	public class NChar { }
	public class None { }
	public class NText { }
	public class Numeric { }
	public class NVarChar { }
	public class NVarCharMax { }
	public class Real { }
	public class SmallDateTime { }
	public class SmallInt { }
	public class SmallMoney { }
	public class SysName { }
	public class Text { }
	public class Timestamp { }
	public class TinyInt { }
	public class UniqueIdentifier { }
	public class UserDefinedDataType { }
	public class UserDefinedType { }
	public class VarBinary { }
	public class VarBinaryMax { }
	public class VarChar { }
	public class VarCharMax { }
	public class Variant { }
	public class Xml { }
}

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 (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions