Begin asynchronous invocation of SelectScalar(SelectCommand).
Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static IAsyncResult BeginSelectScalar( this ISimol simol, SelectCommand command, AsyncCallback callback, Object state ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function BeginSelectScalar ( _ simol As ISimol, _ command As SelectCommand, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
[ExtensionAttribute] public: static IAsyncResult^ BeginSelectScalar( ISimol^ simol, SelectCommand^ command, AsyncCallback^ callback, Object^ state ) |
Parameters
- simol
- Type: Simol..::..ISimol
- command
- Type: Simol..::..SelectCommand
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object