Class DatabaseCommandOptions
Command options specific to the database level.
public class DatabaseCommandOptions : CommandOptions
- Inheritance
-
DatabaseCommandOptions
- Derived
- Inherited Members
Constructors
DatabaseCommandOptions()
Creates a new instance of DatabaseCommandOptions with default values.
public DatabaseCommandOptions()
DatabaseCommandOptions(CommandOptions)
Creates a new instance of DatabaseCommandOptions from a CommandOptions object.
protected DatabaseCommandOptions(CommandOptions source)
Parameters
sourceCommandOptionsThe source object from which draw values.
Properties
Keyspace
The current keyspace to use for commands run against the database.
Defaults to the default keyspace for the database.
public string Keyspace { get; set; }