Show / Hide Table of Contents

Method ToDataSetAsync

| Improve this Doc View Source

ToDataSetAsync(CancellationToken)

Saves this database recordset into DataSet

Declaration
Task<DataSet> ToDataSetAsync(CancellationToken ct)
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<DataSet>

The result DataSet.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest