DotNetNuke.ComponentModel.DataAnnotations.TableNameAttribute

Namespace: DotNetNuke.ComponentModel.DataAnnotations
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public TableNameAttribute(
	string tableName
)
Visual Basic
Public Sub New ( 
	tableName As String
)

Parameters

tableName
Type: System..::..String
paramtableNameM:DotNetNuke.ComponentModel.DataAnnotations.TableNameAttribute.#ctor(System.String)

See Also