PagedDataSource.GetListName(PropertyDescriptor[]) Method

Definition

Returns the name of the list. This method does not apply to this class.

C#
public string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);

Parameters

listAccessors
PropertyDescriptor[]

An array of PropertyDescriptor objects that contains the list name returned. This can be null.

Returns

Empty for all cases.

Implements

Remarks

This method is inherited from System.ComponentModel.ITypedList and is not applicable to this class. It has been implemented to return String.Empty for all cases.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also