Table of Contents

Class DropTypeOptions

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

Additional command options for the DropType<T>(DropTypeOptions) method.

public class DropTypeOptions : DatabaseCommandOptions
Inheritance
DropTypeOptions
Inherited Members

Properties

IfExists

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

public bool IfExists { get; set; }

Property Value

bool