IExecuteResult.GetParameterValue Method (Int32)

 

Provides access to the nth output parameter.

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

abstract GetParameterValue : 
        parameterIndex:int -> Object

Parameters

parameterIndex
Type: System.Int32

The index of the parameter to be retrieved.

Return Value

Type: System.Object

An object that contains the value of the specified parameter.

This method is typically used when the query is a mapped function that has output parameters.

.NET Framework
Available since 3.5
Return to top
Show: