IDerivedTableDefinition Methods |
The IDerivedTableDefinition type exposes the following members.
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.
|