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