Click or drag to resize

TableNameAttribute Class

Deprecated (use TableAttribute) Used to specify the table a POCO maps to. Deprecated.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Cassandra.MappingTableNameAttribute

Namespace:  Cassandra.Mapping
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.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