Show / Hide Table of Contents

Method InsertScalarAsync

| Improve this Doc View Source

InsertScalarAsync(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>
Overrides
DbSession.InsertScalarAsync(DbSelectStatement, Boolean, CancellationToken)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest