Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements data binding interfaces and provides a bridge between user interface controls and the SqlCeResultSet.
The following tables list the members exposed by the ResultSetView type.
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
ListChanged | This event is raised when items are added or removed from the ResultSetView. |
Top
Explicit Interface Implementations
Top