Click or drag to resize

AlreadyExistsException Properties

The AlreadyExistsException type exposes the following members.

Properties
  NameDescription
Public propertyKeyspace
Gets the name of keyspace that either already exists or is home to the table that already exists.
Public propertyTable
If the failed creation was a table creation, gets the name of the table that already exists.
Public propertyWasTableCreation
Gets whether the query yielding this exception was a table creation attempt.
Top
See Also