ListViewPagedDataSource.GetListName Method (PropertyDescriptor[])
.NET Framework (current version)
Returns the name of the list. This method does not apply to this class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
abstract GetListName : listAccessors:PropertyDescriptor[] -> string override GetListName : listAccessors:PropertyDescriptor[] -> string
Parameters
- listAccessors
-
Type:
System.ComponentModel.PropertyDescriptor[]
An array of System.ComponentModel.PropertyDescriptor objects that this list name is returned for.
This method is inherited from the System.ComponentModel.ITypedList interface and does not apply to this class. It has been implemented so that it returns String.Empty for all cases. For more information about the GetListName method, see ITypedList.GetListName.
.NET Framework
Available since 3.5
Available since 3.5
Show: