MySQL Connector/Net
MySqlDataAdapterFillAsync Method (DataTable, Int32, Int32, IDbCommand, CommandBehavior, CancellationToken) |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public Task<int> FillAsync( DataTable[] dataTables, int startRecord, int maxRecords, IDbCommand command, CommandBehavior behavior, CancellationToken cancellationToken )
Public Function FillAsync ( dataTables As DataTable(), startRecord As Integer, maxRecords As Integer, command As IDbCommand, behavior As CommandBehavior, cancellationToken As CancellationToken ) As Task(Of Integer)
public: Task<int>^ FillAsync( array<DataTable^>^ dataTables, int startRecord, int maxRecords, IDbCommand^ command, CommandBehavior behavior, CancellationToken cancellationToken )
member FillAsync : dataTables : DataTable[] * startRecord : int * maxRecords : int * command : IDbCommand * behavior : CommandBehavior * cancellationToken : CancellationToken -> Task<int>
Parameters
- dataTables
- Type: System.DataDataTable
- startRecord
- Type: SystemInt32
- maxRecords
- Type: SystemInt32
- command
- Type: System.DataIDbCommand
- behavior
- Type: System.DataCommandBehavior
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type: TaskInt32