[Missing <summary> documentation for P:SqlTools.SqlRowClass.Item(System.Int32)]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string this[
	int colIndex
] { get; }
Public ReadOnly Default Property Item ( _
	colIndex As Integer _
) As String
public:
property String^ default[int colIndex] {
	String^ get (int colIndex);
}

Parameters

colIndex
Int32

See Also