Click or drag to resize
DataSourceBaseTILLBLGenProQueryExecute Method
Executes the query this object represents

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
TResult ILLBLGenProQuery.Execute<TResult>()

Type Parameters

TResult
The type of the query result

Return Value

Type: TResult
the query execution result

Implements

ILLBLGenProQueryExecuteTResult
See Also