Click or drag to resize
DynamicQueryEngineCreateTvfFunctionNameFragmentList 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.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.3.0.0 (5.3.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override 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