End asynchronous invocation of SelectScalar(SelectCommand).
            
        
        Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static Object EndSelectScalar( this ISimol simol, IAsyncResult result )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function EndSelectScalar ( _ simol As ISimol, _ result As IAsyncResult _ ) As Object  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: static Object^ EndSelectScalar( ISimol^ simol, IAsyncResult^ result )  |