Class PrepareRequest
A PREPARE request.
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public sealed class PrepareRequest
Properties
Keyspace
Returns the keyspace this PREPARE operates on. Can be null.
Declaration
public string Keyspace { get; }
Property Value
Type | Description |
---|---|
string |
Query
Returns the query string of this PREPARE request.
Declaration
public string Query { get; }
Property Value
Type | Description |
---|---|
string |