Constructor InsertScalarResult
| Improve this Doc View SourceInsertScalarResult(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. |