MySQL Connector/Net
MySqlBulkLoaderColumns Property |
Gets the columns.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public List<string> Columns { get; }
Public ReadOnly Property Columns As List(Of String) Get
public: property List<String^>^ Columns { List<String^>^ get (); }
member Columns : List<string> with get
Property Value
Type: ListStringThe columns.
