Search Results for

    Show / Hide Table of Contents

    Enum UsageAdvisorWarningFlags

    Specifies the types of warning flags.

    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.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.

    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.