Home
Assembly: SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)
returns the value at the given row,col indeces
Namespace:
SqlToolsAssembly: SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public SqlDataClass this[ int rowIndex, int colIndex ] { get; }
Public ReadOnly Default Property Item ( _ rowIndex As Integer, _ colIndex As Integer _ ) As SqlDataClass
public: property SqlDataClass^ default[int rowIndex, int colIndex] { SqlDataClass^ get (int rowIndex, int colIndex); }