Method InsertScalarAsync
| Improve this Doc View SourceInsertScalarAsync(DbSelectStatement, Boolean, CancellationToken)
Declaration
protected override sealed Task<InsertScalarResult> InsertScalarAsync(DbSelectStatement statement, bool outputIdentity, CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
DbSelectStatement | statement | |
System.Boolean | outputIdentity | |
System.Threading.CancellationToken | ct |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<InsertScalarResult> |