DataAsyncCommandEvents.CommandNextResult Property

Definition

Gets or sets the delegate that is called when an asynchronous command has one or more result sets available.

public:
 property Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ CommandNextResult { Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ get(); void set(Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ value); };
public Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
member this.CommandNextResult : Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler with get, set
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler

Property Value

Returns a delegate for the CommandNextResult event handler.

Applies to