Table of Contents

Class SqlDropViewNode

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

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

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

Properties

IfExists

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

public bool IfExists { get; }

Property Value

bool

View

View's name.

public SqlRecordSetInfo View { get; }

Property Value

SqlRecordSetInfo