Namespace: Simol.Async
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public static IAsyncResult BeginSelectScalar<T>(
	this ISimol simol,
	string selectStatement,
	CommandParameter[] selectParams,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginSelectScalar(Of T) ( _
	simol As ISimol, _
	selectStatement As String, _
	selectParams As CommandParameter(), _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static IAsyncResult^ BeginSelectScalar(
	ISimol^ simol, 
	String^ selectStatement, 
	array<CommandParameter^>^ selectParams, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

simol
Type: Simol..::..ISimol
selectStatement
Type: System..::..String
selectParams
Type: array<Simol..::..CommandParameter>[]()[][]
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Type Parameters

T

See Also