Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.Dal.Models Namespace Reference

Classes

class  Connection
 A database connection More...
 
class  TransactionResponse
 All transactions will return this object More...
 

Enumerations

enum class  DatabaseIdentity { Identity , ScopeIdentity }
 Specifies the type of sql server identity that will be returned More...
 

Enumeration Type Documentation

◆ DatabaseIdentity

Specifies the type of sql server identity that will be returned

Enumerator
Identity 

@IDENTITY Identity of the last row affected in SQL Server - eg. via nested queries, triggers, etc

ScopeIdentity 

Scope_Identity() The identity that you just created in the stored procedure specified