ResultSetView Class
Visual Studio 2010
Implements data binding interfaces and provides a bridge between user interface controls and the SqlCeResultSet.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The ResultSetView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Columns | Gets or sets the columns by name in a SqlCeResultSet which will be bound to a given control. |
![]() | Ordinals | Gets or sets the columns by ordinal position in a SqlCeResultSet which will be bound to a given control. |
| Name | Description | |
|---|---|---|
![]() | ListChanged | This event is raised when items are added or removed from the ResultSetView. |
Top
Show:

