| IDerivedTableDefinition Interface | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IDerivedTableDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| Alias | 
            Gets / sets alias
              | |
| AllowDuplicates | 
            Gets / sets allowDuplicates
              | |
| DatabaseSpecificCreator | 
            Gets or sets the creator for SQL elements
              | |
| 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 | |
|---|---|---|
| AppendField | 
            Appends the field passed in to the list of fields. 
              | |
| 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.
              | |
| SetFieldPersistenceInfo | 
            Sets the IFieldPersistenceInfo part of the field at position index.
            Adapter specific.
              | |
| ToQuery | 
            Creates a new query element from this derived table. DatabaseSpecificCreator has to be set to a value.
              |