Method | Description | |
---|---|---|
BeginExecuteNonQuery ( this sqlcommand, AsyncCallback callback ) : IAsyncResult |
Extends BeginExecuteNonQuery so that when a state object is not needed, null does not need to be passed.
|
|
BeginExecuteReader ( this sqlcommand, AsyncCallback callback ) : IAsyncResult |
Extends BeginExecuteReader so that when a state object is not needed, null does not need to be passed.
|
|
BeginExecuteReader ( this sqlcommand, AsyncCallback callback, System behavior ) : IAsyncResult |
Extends BeginExecuteReader so that when a state object is not needed, null does not need to be passed.
|
|
BeginExecuteXmlReader ( this sqlcommand, AsyncCallback callback ) : IAsyncResult |
Extends BeginExecuteXmlReader so that when a state object is not needed, null does not need to be passed.
|
public static BeginExecuteNonQuery ( this sqlcommand, AsyncCallback callback ) : IAsyncResult | ||
sqlcommand | this | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginExecuteReader ( this sqlcommand, AsyncCallback callback ) : IAsyncResult | ||
sqlcommand | this | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginExecuteReader ( this sqlcommand, AsyncCallback callback, System behavior ) : IAsyncResult | ||
sqlcommand | this | |
callback | AsyncCallback | |
behavior | System | |
return | IAsyncResult |
public static BeginExecuteXmlReader ( this sqlcommand, AsyncCallback callback ) : IAsyncResult | ||
sqlcommand | this | |
callback | AsyncCallback | |
return | IAsyncResult |