Show / Hide Table of Contents

Constructor InsertScalarResult

| Improve this Doc View Source

InsertScalarResult(Boolean, Nullable<Int64>)

Initializes a new instance of InsertScalarResult.

Declaration
public InsertScalarResult(bool success, long? identityValue)
Parameters
Type Name Description
System.Boolean success

A value indicates whether the insert is successful.

System.Nullable<System.Int64> identityValue

The newly generated identity value during insert.

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