MySQL Connector/Net
MySqlBulkLoaderTableName Property |
Gets or sets the name of the table.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public string TableName { get; set; }
Public Property TableName As String Get Set
public: property String^ TableName { String^ get (); void set (String^ value); }
member TableName : string with get, set
Property Value
Type: StringThe name of the table.
