Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IExecuteResult Interface

 

Provides access to the return value or results of executing a query.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Public Interface IExecuteResult
	Inherits IDisposable

NameDescription
System_CAPS_pubpropertyReturnValue

Gets the return value or result of the executed query.

NameDescription
System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.)

System_CAPS_pubmethodGetParameterValue(Int32)

Provides access to the nth output parameter.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft