Method | Description | |
---|---|---|
GraphIsTracked ( |
||
InternalIdOfTrackedGraph ( object graph ) : |
Get the internal id of a graph if it is tracked.
|
|
RecordActiveDeserialization ( |
||
SerializationSession ( Func |
||
TrackedGraphForInternalId ( |
Get the graph by internal id. If the graph is not tracked, it is fetched from the backing store and tracked.
|
public GraphIsTracked ( |
||
internalId | ||
return | bool |
public InternalIdOfTrackedGraph ( object graph ) : |
||
graph | object | |
return |
public RecordActiveDeserialization ( |
||
internalId | ||
graph | object | |
return | void |
public SerializationSession ( Func |
||
getCurrentPersistenceEvents | Func |
|
internalSession | IInternalSession | |
untracked | bool | |
return | System |
public TrackedGraphForInternalId ( |
||
internalId | ||
return | object |