%@ Page language="c#" Codebehind="Columns.aspx.cs" AutoEventWireup="false" Inherits="SqlWebAdmin.Help.Columns" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %>
The list of columns displays the following information:
| Property | Description |
| Key | Indicates that the column is the primary key in the table |
| ID | Indicates that the column is an auto-incrementing identifier |
| Name | The name of the column |
| Data Type | The data type for the column |
| Size | The size (in bytes) of the column |
| Nulls | Indicates that the column allows null values |
| Default | The default value for the column |