DataAsyncCommandFetchEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that is called when an asynchronous command has results available for fetching.
public delegate Microsoft::VisualStudio::Data::DataAsyncCommandRequest DataAsyncCommandFetchEventHandler(DataReader ^ dataReader);
public delegate Microsoft.VisualStudio.Data.DataAsyncCommandRequest DataAsyncCommandFetchEventHandler(DataReader dataReader);
type DataAsyncCommandFetchEventHandler = delegate of DataReader -> DataAsyncCommandRequest
Public Delegate Function DataAsyncCommandFetchEventHandler(dataReader As DataReader) As DataAsyncCommandRequest
Parameters
- dataReader
- DataReader
The data reader object that provides the results.
Return Value
Returns a value indicating how the command should proceed on return of this method.