Table of Contents

Class DropTableOptions

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Additional command options for the Database.DropTable commands.

public class DropTableOptions : DatabaseCommandOptions
Inheritance
DropTableOptions
Inherited Members

Properties

IfExists

Skip dropping the table if it does not exist (instead of throwing an error).

public bool IfExists { get; set; }

Property Value

bool