Gets or sets the name of the table as it appears to data bound controls.

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string TableName { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property TableName As String
	Get
	Set

See Also