AdapterExtensionMethodsFetchSingleAsyncT Method (IDataAccessAdapter, DynamicQueryT, CancellationToken) | 
 
            Async variant of 
FetchSingleT(IDataAccessAdapter, DynamicQueryT).
            Fetches the single object of the set returned by the query and returns that object. If there are no elements or more than 1 element,
            a NotSupportedException will be thrown.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
Exceptions
See Also