QueryCreationManager Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses.Adapter
The QueryCreationManager type exposes the following members.
Name | Description | |
---|---|---|
QueryCreationManager | CTor |
Name | Description | |
---|---|---|
CreateCorrectStoredProcedureName |
Creates the correct stored procedure name, i.e. with catalog / schema name replaced properly.
| |
CreateDeleteDQ(IFieldPersistenceInfo, ListIPredicate) | Creates a new Delete Query object which is ready to use. | |
CreateDeleteDQ(IFieldPersistenceInfo, ListIPredicate, IPredicate, IRelationCollection) | Creates a new Delete Query object which is ready to use. | |
CreateInsertDQ | Creates a new insert DQ for the entity passed in. | |
CreateRowCountDQ | Creates a new RowCount DQ for the query build with the elements passed in | |
CreateSelectDQ | Creates a new Select DQ for the fields passed in using the parameters specified. | |
CreateStoredProcedureCallCommand |
Creates the stored procedure call command for the stored proc specified.
| |
CreateUpdateDQ(IEntity2, IFieldPersistenceInfo, ListIPredicate) | Creates a new Update DQ for the entity passed in. | |
CreateUpdateDQ(IEntity2, IFieldPersistenceInfo, ListIPredicate, IPredicateExpression, IRelationCollection) | Creates a new Update DQ for the entity passed in. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFieldPersistenceInfo |
Retrieves the persistence info for the field passed in.
| |
GetFieldPersistenceInfos(String) |
Retrieves the persistence info objects for the fields of the entity passed in.
| |
GetFieldPersistenceInfos(IEntity2) |
Retrieves the persistence info objects for the fields of the entity passed in.
| |
GetFieldPersistenceInfos(IEntityFieldsCore) | Retrieves the persistence info for the fields passed in. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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. | |
InsertPersistenceInfoObjects(WindowPartition) | Inserts in the elements inside the windowpartition specified the persistence info. | |
InsertPersistenceInfoObjects(WindowSpecification) | Inserts in the elements inside the specified windowspecification the persistence info. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |