DataViewManager::ITypedList::GetListName Method (array<PropertyDescriptor^>^)
.NET Framework (current version)
Returns the name of the list.
Assembly: System.Data (in System.Data.dll)
private: virtual String^ GetListName( array<PropertyDescriptor^>^ listAccessors ) sealed = ITypedList::GetListName
Parameters
- listAccessors
-
Type:
array<System.ComponentModel::PropertyDescriptor^>^
An array of PropertyDescriptor objects, for which the list name is returned. This can be null.
This member is an explicit interface member implementation. It can be used only when the DataViewManager instance is cast to an ITypedList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: