This documentation is archived and is not being maintained.
PagedDataSource.GetListName Method
.NET Framework 1.1
Returns the name of the list. This method does not apply to this class.
[Visual Basic] Public Overridable Function GetListName( _ ByVal listAccessors() As PropertyDescriptor _ ) As String Implements ITypedList.GetListName [C#] public virtual string GetListName( PropertyDescriptor[] listAccessors ); [C++] public: virtual String* GetListName( PropertyDescriptor* listAccessors[] ); [JScript] public function GetListName( listAccessors : PropertyDescriptor[] ) : String;
Parameters
- listAccessors
- An array of System.ComponentModel.PropertyDescriptor objects, that contains the list name returned. This can be a null reference (Nothing in Visual Basic).
Return Value
String.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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace | ITypedList | System.ComponentModel.PropertyDescriptor | GetListName
Show: