CompiledDataContext.GetVariableValue(Int32) Method

Definition

Gets the value of the variable used by the data context.

protected:
 System::Object ^ GetVariableValue(int index);
protected object GetVariableValue (int index);
member this.GetVariableValue : int -> obj
Protected Function GetVariableValue (index As Integer) As Object

Parameters

index
Int32

The index of the variable.

Returns

The value of the variable used by the data context.

Applies to