Enum UsageAdvisorWarningFlags
Specifies the types of warning flags.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public enum UsageAdvisorWarningFlags
Fields
Name | Description |
---|---|
BadIndex | Bad index exists. |
FieldConversion | Type conversions took place. |
NoIndex | No index exists. |
SkippedColumns | Columns have been excluded from the result. |
SkippedRows | Rows have been excluded from the result. |