Struct EntityChanges
Syntax
public struct EntityChanges : IDisposable
Constructors
EntityChanges(EntityChangeSet, EntityChangeSet)
Declaration
public EntityChanges(EntityChangeSet forwardChangeSet, EntityChangeSet reverseChangeSet)
Parameters
Properties
AnyChanges
Declaration
public bool AnyChanges { get; }
Property Value
Type |
Description |
System.Boolean |
|
ForwardChangeSet
Declaration
public EntityChangeSet ForwardChangeSet { get; }
Property Value
HasForwardChangeSet
Declaration
public bool HasForwardChangeSet { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasReverseChangeSet
Declaration
public bool HasReverseChangeSet { get; }
Property Value
Type |
Description |
System.Boolean |
|
ReverseChangeSet
Declaration
public EntityChangeSet ReverseChangeSet { get; }
Property Value
Methods
Dispose()
Declaration