Click or drag to resize
MapTPocoTableName Method
Specifies what table to map the POCO to.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Map<TPoco> TableName(
	string tableName
)

Parameters

tableName
Type: SystemString

Return Value

Type: MapTPoco
See Also