Gets or sets a description for the table.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[XmlAttributeAttribute]
public string Description { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<XmlAttributeAttribute> _
Public Property Description As String
	Get
	Set

Remarks

This value is displayed in the Schema Designer's Information window when you select the table or table view.

See Also