DataAsyncCommandEvents.CommandRead Property
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.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property CommandRead As DataAsyncCommandFetchEventHandler
'Usage
Dim instance As DataAsyncCommandEvents
Dim value As DataAsyncCommandFetchEventHandler
value = instance.CommandRead
instance.CommandRead = value
public DataAsyncCommandFetchEventHandler CommandRead { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandRead {
DataAsyncCommandFetchEventHandler^ get ();
void set (DataAsyncCommandFetchEventHandler^ value);
}
public function get CommandRead () : DataAsyncCommandFetchEventHandler
public function set CommandRead (value : DataAsyncCommandFetchEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Returns a delegate for the CommandRead 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.
See Also
Reference
DataAsyncCommandEvents Members