PersistenceCore Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The PersistenceCore type exposes the following members.
Name | Description | |
---|---|---|
CreateEntityInstanceFromReaderRow |
Creates an entity instance from the reader row passed in as valuesOfRow
| |
CreateFilterForRelation |
Creates a filter based on the relation specified. It filters the end entity based on the start entity and the element filter specified.
| |
FetchPrefetchPath |
Fetches one or more entities which match the filter information in the filterBucket into the EntityCollection passed.
The entity collection object has to contain an entity factory object which will be the factory for the entity instances
to be fetched.
| |
FetchPrefetchPathAsync |
Async variant of FetchPrefetchPath(QueryParameters, Boolean, ITransaction, Int32, ActionQueryParameters, ActionITransaction, IPrefetchPathElementCore, QueryParameters, IEntityCollectionCore).
Fetches one or more entities which match the filter information in the filterBucket into the EntityCollection passed.
The entity collection object has to contain an entity factory object which will be the factory for the entity instances
to be fetched.
| |
MergeManyToManySets |
Merges the entities fetched in currentElement.RetrievalCollection with the rootEntities for a many to many relation
| |
MergeManyToManySetsAsync |
Async variant of MergeManyToManySets(IPrefetchPathElementCore, IEntityCollectionCore, FuncQueryParameters, ListObject, QueryParameters).
Merges the entities fetched in currentElement.RetrievalCollection with the rootEntities for a many to many relation
| |
ProduceFieldInfoToOrdinalsLookups |
Produces the field info to ordinals lookups, which are used during the fetch of one or more entities.
|