Click or drag to resize
TableValuedFunctionCall Constructor (IEnumerable, String, String, TableValuedFunctionPersistenceInfo, 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,
	TableValuedFunctionPersistenceInfo persistenceInfo,
	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.
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionPersistenceInfo
The persistence info.
parameterValues
Type: SystemObject
The parameter values.
Remarks
SelfServicing specific version.
See Also