CurrencyManager::GetListName Method (ArrayList^)
.NET Framework (current version)
Gets the name of the list supplying the data for the binding using the specified set of bound properties.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- listAccessors
-
Type:
System.Collections::ArrayList^
An ArrayList of properties to be found in the data source.
Return Value
Type: System::String^If successful, a String containing name of the list supplying the data for the binding; otherwise, an Empty string.
For the GetListName method to be successful, the underlying list must be of type ITypedList.
.NET Framework
Available since 1.1
Available since 1.1
Show: