Load Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Execute the load operation

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public int Load()
Visual Basic
Public Function Load As Integer
Visual C++
public:
int Load()

Return Value

The number of rows inserted.

See Also