Home
puts the type and value into a string

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected string varIs(
	int column
)
Protected Function varIs ( _
	column As Integer _
) As String
protected:
String^ varIs(
	int column
)

Parameters

column
Int32
(int)

Return Value

(string)

See Also