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
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Public property Columns Gets or sets the columns by name in a SqlCeResultSet which will be bound to a given control.
Public property Ordinals Gets or sets the columns by ordinal position in a SqlCeResultSet which will be bound to a given control.

Top

Events

  Name Description
Public event ListChanged This event is raised when items are added or removed from the ResultSetView.

Top

Explicit Interface Implementations

Top

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace