DerivedTableDefinition Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The DerivedTableDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alias |
Gets / sets alias
|
![]() | AllowDuplicates |
Gets / sets allowDuplicates
|
![]() | DatabaseSpecificCreator |
Object which will be used to create valid parameter objects, field names, including prefix/postfix characters,
and conversion routines, and field names, including prefix/postfix characters.
Uses the strategy pattern so the generic code can work with more than one target database.
|
![]() | FieldCount |
Gets the field count.
|
![]() | Filter |
Gets / sets filter
|
![]() | GroupBy |
Gets / sets groupBy
|
![]() | MaxNumberOfItemsToReturn |
Gets / sets maxNumberOfItemsToReturn
|
![]() | Relations |
Gets / sets relations
|
![]() | Sorter |
Gets / sets sorter
|
Name | Description | |
---|---|---|
![]() | AddRelations |
Adds the relations specified.
|
![]() | AppendField |
Appends the field passed in to the list of fields.
|
![]() | 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.) |
![]() | GetEntityFieldCore(Int32) |
Returns the IEntityFieldCore part of the field at position index
|
![]() | GetEntityFieldCore(String) |
Returns the IEntityFieldCore part of the field in this derived table with the alias specified
|
![]() | GetFieldsAsArray |
Gets the fields as an IEntityFieldCore array.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReplaceFieldAtIndex |
Replaces the field at the index specified with the new field passed in.
|
![]() | ToQuery |
Creates a new query element from this derived table. DatabaseSpecificCreator has to be set to a value.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IDerivedTableDefinitionSetFieldPersistenceInfo |
Sets the IFieldPersistenceInfo part of the field at position index.
Adapter specific.
|
![]() ![]() | IDerivedTableDefinitionToQuery |
Creates a new query element from this derived table. Creator has to be set to a value.
|