Click or drag to resize
DbSpecificCreatorBaseCreateTvfCallQuery Method
Creates a retrieval query from the tvfcall specified. The query will be a 'SELECT ... FROM functioncall' query.

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 virtual IRetrievalQuery CreateTvfCallQuery(
	TableValuedFunctionCall tvfCall
)

Parameters

tvfCall
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionCall
The TVF call to produce a query for.

Return Value

Type: IRetrievalQuery
ready to use query

Implements

IDbSpecificCreatorCreateTvfCallQuery(TableValuedFunctionCall)
See Also