Search Results for

    Show / Hide Table of Contents

    Class SchemaColumn

    Represents a column within a schema.

    Inheritance
    System.Object
    SchemaColumn
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public class SchemaColumn

    Properties

    Name

    The name of the column.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Type

    The type of the column.

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    System.Type
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.