Class DropTableOptions
Additional command options for the Database.DropTable commands.
public class DropTableOptions : DatabaseCommandOptions
- Inheritance
-
DropTableOptions
- Inherited Members
Properties
IfExists
Skip dropping the table if it does not exist (instead of throwing an error).
public bool IfExists { get; set; }