Search
Preparing search index...
The search index is not available
Entity Framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"entityContext"
EntityContext
Class EntityContext
example
class
YourContext
extends
EntityContext { }
const
ctx =
new
YourContext()
Hierarchy
EntityContext
Index
Constructors
constructor
Properties
_configuration
Accessors
configuration
metadata
Methods
clean
save
Changes
Constructors
constructor
new
Entity
Context
(
_configuration
?:
EntityConfiguration
)
:
EntityContext
Parameters
Optional
_configuration:
EntityConfiguration
Returns
EntityContext
Properties
Private
Optional
_configuration
_configuration
:
EntityConfiguration
Accessors
configuration
get
configuration
(
)
:
EntityConfiguration
Returns
EntityConfiguration
metadata
get
metadata
(
)
:
MetadataManager
Returns
MetadataManager
Methods
clean
clean
(
)
:
this
Returns
this
save
Changes
save
Changes<T>
(
)
:
Promise
<
T
[]
>
Type parameters
T
Returns
Promise
<
T
[]
>
Globals
"annotations/metadata
Manager"
"annotations/metadata
Type"
"annotations/object/behavior"
"annotations/property/foreign"
"annotations/property/member"
"annotations/property/navigator"
"annotations/property/primary"
"annotations/property/set"
"annotations/relationship"
"entity
Configuration"
"entity
Context"
"entity
Set"
"entity
State"
"entity
Trace"
"utils/is
Empty"
Entity
Context
constructor
_configuration
configuration
metadata
clean
save
Changes
Generated using
TypeDoc
class YourContext extends EntityContext { } const ctx = new YourContext()