NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITypedList Interface

[To be supplied.]

ITypedList

[Visual Basic]
Public Interface ITypedList
[C#]
public interface ITypedList
[C++]
public __gc __interface ITypedList

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement ITypedList

Class Description
DataSetView Represents a view of a DataSet with individual filters automatically set on each of its tables.
DataView Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.
PagedDataSource This class provides a wrapper over an ICollection datasource to implement paging semantics or 'paged views' on top of the underlying datasource. It uses the best available interface to enumerate over the data belonging to the current page. If the underlying datasource supports indexed access (like Array and IList), this wrapper uses it. Otherwise it falls back on IEnumerable.

Remarks

[To be supplied.]

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

ITypedList Members | System.Data Namespace