[Missing <summary> documentation for M:SqlTools.MsSqlClass.getVar(System.Int32,System.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

[Missing <param name="column"/> documentation for "M:SqlTools.MsSqlClass.getVar(System.Int32,System.Object@)"]

toStore
Object %

[Missing <param name="toStore"/> documentation for "M:SqlTools.MsSqlClass.getVar(System.Int32,System.Object@)"]

See Also