TableName gets and sets the name of the database table that is used to
persist the object.
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string TableName { get; set; } |
Visual Basic |
---|
Public Property TableName As String Get Set |