DataAccessAdapterCoreInsertPersistenceInfoObjects Method |
Name | Description | |
---|---|---|
InsertPersistenceInfoObjects(IDbFunctionCall) |
Inserts the persistence info objects into the function call object passed in, for every field object present as parameter in the function call.
| |
InsertPersistenceInfoObjects(IDerivedTableDefinition) |
Inserts the persistence info objects into the objects of the passed in derived table.
| |
InsertPersistenceInfoObjects(IEntityField2) |
Inserts the persistence info objects on all objects referenced by the passed in field.
| |
InsertPersistenceInfoObjects(IExpression) |
Inserts for each entityfield in the expression the persistence info object
| |
InsertPersistenceInfoObjects(IGroupByCollection) |
Inserts for each entityfield in the collection the persistence info object
| |
InsertPersistenceInfoObjects(IPredicateExpression) |
Inserts in each predicate expression element the persistence info object for the field used. If there is already a fieldpersistenceinfo
element for a given field, it is skipped.
| |
InsertPersistenceInfoObjects(IRelationCollection) |
Inserts in each entityrelation object the persistence info objects for the fields referenced.
| |
InsertPersistenceInfoObjects(IScalarQueryExpression) |
Inserts the persistence info objects into the scalar query expression object passed in.
| |
InsertPersistenceInfoObjects(ISortExpression) |
Inserts in each SortClause object the persistence info object for the field referenced.
| |
InsertPersistenceInfoObjects(TableValuedFunctionCall) |
Inserts the persistence info objects into objects of the passed in tvfcall.
|