Enum SqlDatabaseFactoryStatementType
Represents a type of an SQL statement ran during ISqlDatabase creation.
public enum SqlDatabaseFactoryStatementType : byte
Fields
Change = 0
Represents a change to DB schema.
Other = 2
Represents an unspecified statement type.
VersionHistory = 1
Represents a statement related to the version history table.