Home
gets the list of column headers

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

Syntax

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

See Also