TableName gets and sets the name of the database table that is used to persist the object.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string TableName { get; set; }
Visual Basic
Public Property TableName As String
	Get
	Set

See Also