DataAsyncCommandEvents.CommandNextResult Property
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.
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.