Home
gets value @ column(x) of current row or resultSet and stores it to the referenced object

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void getVar(
	int column,
	ref Object toStore
)
Public Sub getVar ( _
	column As Integer, _
	ByRef toStore As Object _
)
public:
void getVar(
	int column, 
	Object^% toStore
)

Parameters

column
Int32
(int)
toStore
Object %
(ref object)

See Also