DataAsyncCommandEvents.CommandNextResult Property
Gets or sets the delegate that is called when an asynchronous command has one or more result sets available.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler
Dim instance As DataAsyncCommandEvents
Dim value As DataAsyncCommandFetchEventHandler
value = instance.CommandNextResult
instance.CommandNextResult = value
public DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandNextResult {
DataAsyncCommandFetchEventHandler^ get ();
void set (DataAsyncCommandFetchEventHandler^ value);
}
public function get CommandNextResult () : DataAsyncCommandFetchEventHandler
public function set CommandNextResult (value : DataAsyncCommandFetchEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Returns a delegate for the CommandNextResult event handler.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataAsyncCommandEvents Members