returns the value at the given row index, column key

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

Syntax

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

Parameters

rowIndex
Int32
colKey
String

Return Value

See Also