IDropIfExists Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |