IDropIfExists Interface

Definition

Interface for DropIfExists method. All classes that support drop with existence check implement this interface.

public interface IDropIfExists
type IDropIfExists = interface
Public Interface IDropIfExists
Derived

Methods

DropIfExists()

Drops the object with IF EXISTS option. If object is invalid for drop function will return without exception.

Applies to