Class CreateTableOptions
Additional command options for the database CreateTable method.
public class CreateTableOptions : GetTableOptions
- Inheritance
-
CreateTableOptions
- Inherited Members
Properties
IfNotExists
Skip creating the table if it already exists (instead of throwing an error).
public bool IfNotExists { get; set; }