







![]() ![]() |
MySQL Connector/Net |
MySqlDataAdapter..::..FillAsync Method (DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) |
MySqlDataAdapter Class See Also Send Feedback |
![]() |
Async version of Fill
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public Task<int> FillAsync( DataSet dataSet, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior ) |
Visual Basic |
---|
Public Function FillAsync ( _ dataSet As DataSet, _ startRecord As Integer, _ maxRecords As Integer, _ srcTable As String, _ command As IDbCommand, _ behavior As CommandBehavior _ ) As Task(Of Integer) |
Visual C++ |
---|
public: Task<int>^ FillAsync( DataSet^ dataSet, int startRecord, int maxRecords, String^ srcTable, IDbCommand^ command, CommandBehavior behavior ) |
Parameters
- dataSet
- Type: System.Data..::..DataSet
DataSet to use
- startRecord
- Type: System..::..Int32
Start record
- maxRecords
- Type: System..::..Int32
Max records
- srcTable
- Type: System..::..String
Source table
- command
- Type: System.Data..::..IDbCommand
DbCommand to use
- behavior
- Type: System.Data..::..CommandBehavior
Command Behavior