CurrencyManager.GetListName(ArrayList) Method
Definition
Gets the name of the list supplying the data for the binding using the specified set of bound properties.
protected public:
override System::String ^ GetListName(System::Collections::ArrayList ^ listAccessors);
protected internal override string GetListName (System.Collections.ArrayList listAccessors);
override this.GetListName : System.Collections.ArrayList -> string
Protected Friend Overrides Function GetListName (listAccessors As ArrayList) As String
Parameters
Returns
If successful, a String containing name of the list supplying the data for the binding; otherwise, an Empty string.
Remarks
For the GetListName method to be successful, the underlying list must be of type ITypedList.