SchemaColumn.Type Property

MySQL Connector/Net

SchemaColumnType Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public Type Type { get; set; }
Public Property Type As Type
	Get
	Set
public:
property Type^ Type {
	Type^ get ();
	void set (Type^ value);
}
member Type : Type with get, set

Property Value

Type: Type
See Also