TableNameAttribute class

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Determines table name for the row.

[AttributeUsage(AttributeTargets.All)]
public class TableNameAttribute : Attribute

Public Members

name description
TableNameAttribute(…) Initializes a new instance of the TableNameAttribute class. (2 constructors)
Dialect { get; set; } Gets or sets the dialect.
Name { get; } Gets the name.
NegateDialect { get; set; } Gets or sets the negating of the dialect.

See Also