[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.
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. |
[To be supplied.]
Namespace: System.Data
Assembly: System.Data.dll