Home

[Missing <summary> documentation for P:SqlTools.SqlDataRowClass`2.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 T this[
	int colIndex
] { get; }
Public ReadOnly Default Property Item ( _
	colIndex As Integer _
) As T
public:
property T default[int colIndex] {
	T get (int colIndex);
}

Parameters

colIndex
Int32

See Also