Class SchemaColumn
Represents a column within a schema.
Inheritance
System.Object
SchemaColumn
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.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 |