Click or drag to resize
MapTPocoKeyspaceName Method
Specifies that when mapping, the table name should include the keyspace. Use only if the table you are mapping is in a different keyspace than the current ISession.

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

Parameters

name
Type: SystemString

Return Value

Type: MapTPoco
See Also