ComponentOne DataObjects for .NET
Description Property (BaseTable)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > BaseTable Class : Description Property
Gets or sets a description for the table.
Syntax
'Declaration
 
Public Property Description As System.String
public System.string Description {get; set;}
Remarks
This value is displayed in the Schema Designer's Information window when you select the table or table view.
See Also

Reference

BaseTable Class
BaseTable Members