コード例 #1
0
ファイル: BatchSqlApi.cs プロジェクト: sam987883/TypeCache
 public async ValueTask <RowSet> InsertAsync(InsertRequest insert)
 => await this._DbConnection.InsertAsync(insert, this._CancellationToken);