Click or drag to resize
BatchKeyspace Property
Gets the keyspace this query operates on. The returned value should not be null only when the IStatement applies to a different keyspace to the logged keyspace of the ISession.

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public override string Keyspace { get; }

Property Value

Type: String

Implements

IStatementKeyspace
See Also