Click or drag to resize
Table<TEntity>.KeyspaceName Property
Gets the name of the keyspace used. If null, it uses the active session keyspace.

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.3.0
Syntax
C#
public string KeyspaceName { get; }

Property Value

Type: String

Implements

ITable.KeyspaceName
See Also