Home
gets the List of SqlRowClass's, can be boxed as List of Dictionary(string,string)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public List<SqlRowClass> rows { get; }
Public ReadOnly Property rows As List(Of SqlRowClass)
public:
property List<SqlRowClass^>^ rows {
	List<SqlRowClass^>^ get ();
}

See Also