Click or drag to resize

DataSourceBase<T>.ILLBLGenProQuery.ExecuteAsync Method

Async variant of Execute(). Executes the query this object represents.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
Task<Object> ILLBLGenProQuery.ExecuteAsync()

Return Value

Type: Task<Object>
The query execution result.

Implements

ILLBLGenProQuery.ExecuteAsync()
See Also