returns the row as a string[] at the given row index

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

Syntax

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

Parameters

rowIndex
Int32

Return Value

See Also