SqlCeResultSet.IListSource.GetList Method

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

Syntax

'Declaration
Private Function GetList As IList
    Implements IListSource.GetList
'Usage
Dim instance As SqlCeResultSet
Dim returnValue As IList

returnValue = CType(instance, IListSource).GetList()
IList IListSource.GetList()
private:
virtual IList^ GetList() sealed = IListSource::GetList
private abstract GetList : unit -> IList 
private override GetList : unit -> IList 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Collections.IList

Implements

IListSource.GetList()

See Also

Reference

SqlCeResultSet Class

System.Data.SqlServerCe Namespace