Click or drag to resize
TableNameAttribute Constructor
Specifies the table a POCO maps to.

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

Parameters

tableName
Type: SystemString
The name of the table to map this POCO to.
See Also