Class TableNameAttribute
Implements
Inherited Members
Namespace: DotNetNuke.ComponentModel.DataAnnotations
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
public class TableNameAttribute : Attribute, _Attribute
Constructors
TableNameAttribute(string)
Declaration
public TableNameAttribute(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Properties
TableName
Declaration
public string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |