Click or drag to resize
TableValuedFunctionCall Constructor (IEnumerable, String, String, Object)
Initializes a new instance of the TableValuedFunctionCall class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public TableValuedFunctionCall(
	IEnumerable fields,
	string alias,
	string mappedFunctionCallName,
	params Object[] parameterValues
)

Parameters

fields
Type: System.CollectionsIEnumerable
The fields which form the select list for the resultset of the TVF call.
alias
Type: SystemString
The alias for the derived table to use.
mappedFunctionCallName
Type: SystemString
Name of the mapped function call.
parameterValues
Type: SystemObject
The parameter values.
Remarks
Adapter specific version
See Also