Click or drag to resize
IDerivedTableDefinition Methods

The IDerivedTableDefinition type exposes the following members.

Methods
  NameDescription
Public methodAppendField
Appends the field passed in to the list of fields.
Public methodGetEntityFieldCore(Int32)
Returns the IEntityFieldCore part of the field at position index
Public methodGetEntityFieldCore(String)
Returns the IEntityFieldCore part of the field in this derived table with the alias specified
Public methodGetFieldsAsArray
Gets the fields as an IEntityFieldCore array.
Public methodSetFieldPersistenceInfo
Sets the IFieldPersistenceInfo part of the field at position index. Adapter specific.
Public methodToQuery
Creates a new query element from this derived table. DatabaseSpecificCreator has to be set to a value.
Top
See Also