ResultSetView.ITypedList.GetListName Method

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private Function GetListName ( _
    listAccessors As PropertyDescriptor() _
) As String Implements ITypedList.GetListName
'Usage
Dim instance As ResultSetView
Dim listAccessors As PropertyDescriptor()
Dim returnValue As String

returnValue = CType(instance, ITypedList).GetListName(listAccessors)
string ITypedList.GetListName(
    PropertyDescriptor[] listAccessors
)
private:
virtual String^ GetListName(
    array<PropertyDescriptor^>^ listAccessors
) sealed = ITypedList::GetListName
private abstract GetListName : 
        listAccessors:PropertyDescriptor[] -> string 
private override GetListName : 
        listAccessors:PropertyDescriptor[] -> string 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.String

Implements

ITypedList.GetListName(array<PropertyDescriptor[])

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace