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
'Declaration
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler
Get
Set
public DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandNextResult {
DataAsyncCommandFetchEventHandler^ get ();
void set (DataAsyncCommandFetchEventHandler^ value);
}
member CommandNextResult : DataAsyncCommandFetchEventHandler with get, set
function get CommandNextResult () : DataAsyncCommandFetchEventHandler
function set CommandNextResult (value : DataAsyncCommandFetchEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Returns a delegate for the CommandNextResult event handler.
.NET Framework Security
- 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.