Class DropTypeOptions
Additional command options for the DropType<T>(DropTypeOptions) method.
public class DropTypeOptions : DatabaseCommandOptions
- Inheritance
-
DropTypeOptions
- Inherited Members
Properties
IfExists
Skip dropping the type if it does not exist (instead of throwing an error).
public bool IfExists { get; set; }