TableValuedFunctionCall Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The TableValuedFunctionCall type exposes the following members.
Name | Description | |
---|---|---|
TableValuedFunctionCall(IEnumerable, String, String, Object) |
Initializes a new instance of the TableValuedFunctionCall class.
| |
TableValuedFunctionCall(IEnumerable, String, String, TableValuedFunctionPersistenceInfo, Object) |
Initializes a new instance of the TableValuedFunctionCall class.
|
Name | Description | |
---|---|---|
Alias |
Gets / sets alias
(Inherited from DerivedTableDefinition.) | |
AllowDuplicates |
Gets / sets allowDuplicates
(Inherited from DerivedTableDefinition.) | |
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.
(Inherited from DerivedTableDefinition.) | |
FieldCount |
Gets the field count.
(Inherited from DerivedTableDefinition.) | |
Filter |
Gets / sets filter
(Inherited from DerivedTableDefinition.) | |
GroupBy |
Gets / sets groupBy
(Inherited from DerivedTableDefinition.) | |
MappedFunctionName |
Gets the name of the mapped function, which is the name mapped onto the real TVF.
| |
MaxNumberOfItemsToReturn |
Gets / sets maxNumberOfItemsToReturn
(Inherited from DerivedTableDefinition.) | |
Relations |
Gets / sets relations
(Inherited from DerivedTableDefinition.) | |
Sorter |
Gets / sets sorter
(Inherited from DerivedTableDefinition.) |
Name | Description | |
---|---|---|
AddRelations |
Adds the relations specified.
(Inherited from DerivedTableDefinition.) | |
AppendField |
Appends the field passed in to the list of fields.
(Inherited from DerivedTableDefinition.) | |
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
(Inherited from DerivedTableDefinition.) | |
GetEntityFieldCore(String) |
Returns the IEntityFieldCore part of the field in this derived table with the alias specified
(Inherited from DerivedTableDefinition.) | |
GetFieldsAsArray |
Gets the fields as an IEntityFieldCore array.
(Inherited from DerivedTableDefinition.) | |
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.
(Inherited from DerivedTableDefinition.) | |
ToQuery |
Creates a new query element from this derived table. DatabaseSpecificCreator has to be set to a value.
(Overrides DerivedTableDefinitionToQuery.) | |
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.
(Inherited from DerivedTableDefinition.) | |
IDerivedTableDefinitionToQuery |
Creates a new query element from this derived table. Creator has to be set to a value.
(Inherited from DerivedTableDefinition.) | |
IDerivedTableDefinitionUnionedQueries |
Returns the unioned derived table definitions of this instance.
(Inherited from DerivedTableDefinition.) | |
IDerivedTableDefinitionUnionedQueriesSpecified |
Gets whether this instance has any unioned queries defined (true) or not (false)
(Inherited from DerivedTableDefinition.) |