ResultSetView Members
Implements data binding interfaces and provides a bridge between user interface controls and the SqlCeResultSet.
The ResultSetView type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (inherited from Object) | |
Finalize() () () () | (inherited from Object) | |
GetHashCode() () () () | (inherited from Object) | |
GetType() () () () | (inherited from Object) | |
MemberwiseClone() () () () | (inherited from Object) | |
ToString() () () () | (inherited from Object) |
Top
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
Events
Name | Description | |
---|---|---|
ListChanged | This event is raised when items are added or removed from the ResultSetView. |
Top
Explicit Interface Implementations
Top