SimpleStatementKeyspace Property  | 
 
            Returns the keyspace this query operates on, as set using 
SetKeyspace(String)
            The keyspace returned is used as a hint for token-aware routing.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic override string Keyspace { get; }Property Value
Type: 
StringImplements
IStatementKeyspace
Remarks
See Also