Click or drag to resize

QueryFactoryBaseCreate Method (TableValuedFunctionCall)

Creates a new DynamicQuery which wraps the specified TableValuedFunction call

Namespace:  SD.LLBLGen.Pro.QuerySpec.SelfServicingSpecific
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public DynamicQuery Create(
	TableValuedFunctionCall toWrap
)

Parameters

toWrap
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionCall
The table valued function call to wrap.

Return Value

Type: DynamicQuery
toWrap wrapped in a DynamicQuery.
See Also