Click or drag to resize
TableNameAttribute Class
Used to specify the table a POCO maps to.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.MappingTableNameAttribute

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public class TableNameAttribute : Attribute

The TableNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTableNameAttribute
Specifies the table a POCO maps to.
Top
Properties
  NameDescription
Public propertyValue
The table name.
Top
See Also