Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaveResult

The shape of the Promise returned by an EntityManager.saveChanges call.

Hierarchy

  • SaveResult

Index

Properties

Optional deletedKeys

deletedKeys: { entityTypeName: string; keyValues: any[] }[]

entities

entities: Entity[]

Optional httpResponse

httpResponse: HttpResponse

keyMappings

keyMappings: KeyMapping[]

Generated using TypeDoc