Click or drag to resize
TableValuedFunctionCall Properties

The TableValuedFunctionCall type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Gets / sets alias
(Inherited from DerivedTableDefinition.)
Public propertyAllowDuplicates
Gets / sets allowDuplicates
(Inherited from DerivedTableDefinition.)
Public propertyDatabaseSpecificCreator
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.)
Public propertyFieldCount
Gets the field count.
(Inherited from DerivedTableDefinition.)
Public propertyFilter
Gets / sets filter
(Inherited from DerivedTableDefinition.)
Public propertyGroupBy
Gets / sets groupBy
(Inherited from DerivedTableDefinition.)
Public propertyMappedFunctionName
Gets the name of the mapped function, which is the name mapped onto the real TVF.
Public propertyMaxNumberOfItemsToReturn
Gets / sets maxNumberOfItemsToReturn
(Inherited from DerivedTableDefinition.)
Public propertyRelations
Gets / sets relations
(Inherited from DerivedTableDefinition.)
Public propertySorter
Gets / sets sorter
(Inherited from DerivedTableDefinition.)
Top
See Also