DataAsyncCommandEvents.CommandRead 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.
Retrieves or sets the delegate that is called when an asynchronous command has one or more blocks of data available to read in a result set.
public:
property Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ CommandRead { Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ get(); void set(Microsoft::VisualStudio::Data::DataAsyncCommandFetchEventHandler ^ value); };
public Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler CommandRead { get; set; }
member this.CommandRead : Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler with get, set
Public Property CommandRead As DataAsyncCommandFetchEventHandler
Property Value
Returns a delegate for the CommandRead event handler.