Click or drag to resize
DynamicQueryEngineBaseCreateTvfFunctionNameFragmentList Method
Creates the TVF function name fragment list. By default it will create 'FunctionName(parameterList)'. Override this method if the DQE requires a different strategy to call a TVF, e.g. wrapping it.

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
protected virtual QueryFragments CreateTvfFunctionNameFragmentList(
	TableValuedFunctionCall tvfCall,
	out QueryFragments parameterList
)

Parameters

tvfCall
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionCall
The TVF call.
parameterList
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The parameter list.

Return Value

Type: QueryFragments
See Also