Table of Contents

Class SqlDropIndexNode

Namespace
LfrlAnvil.Sql.Expressions
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree statement node that defines a removal of a single index.

public sealed class SqlDropIndexNode : SqlNodeBase, ISqlStatementNode
Inheritance
SqlDropIndexNode
Implements
Inherited Members

Properties

IfExists

Specifies whether or not the removal attempt should only be made if this index exists in DB.

public bool IfExists { get; }

Property Value

bool

Name

Index's name.

public SqlSchemaObjectName Name { get; }

Property Value

SqlSchemaObjectName

Table

Source table.

public SqlRecordSetInfo Table { get; }

Property Value

SqlRecordSetInfo