ResultSetView Members

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
z1kbtzc1.pubproperty(en-us,VS.90).gif Columns Gets or sets the columns by name in a SqlCeResultSet which will be bound to a given control.
z1kbtzc1.pubproperty(en-us,VS.90).gif 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
z1kbtzc1.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
z1kbtzc1.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
z1kbtzc1.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
z1kbtzc1.pubmethod(en-us,VS.90).gif z1kbtzc1.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
z1kbtzc1.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
z1kbtzc1.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
z1kbtzc1.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
z1kbtzc1.pubevent(en-us,VS.90).gif ListChanged This event is raised when items are added or removed from the ResultSetView.

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  
System.Collections.IEnumerable.GetEnumerator  
System.Collections.IList.Add  
System.Collections.IList.Clear  
System.Collections.IList.Contains  
System.Collections.IList.IndexOf  
System.Collections.IList.Insert  
System.Collections.IList.Remove  
System.Collections.IList.RemoveAt  
System.ComponentModel.IBindingList.AddIndex  
System.ComponentModel.IBindingList.AddNew  
System.ComponentModel.IBindingList.ApplySort  
System.ComponentModel.IBindingList.Find  
System.ComponentModel.IBindingList.RemoveIndex  
System.ComponentModel.IBindingList.RemoveSort  
System.ComponentModel.ITypedList.GetItemProperties  
System.ComponentModel.ITypedList.GetListName  
System.IDisposable.Dispose  
System.Collections.ICollection.Count  
System.Collections.ICollection.IsSynchronized  
System.Collections.ICollection.SyncRoot  
System.Collections.IList.IsFixedSize  
System.Collections.IList.IsReadOnly  
System.Collections.IList.Item  
System.ComponentModel.IBindingList.AllowEdit  
System.ComponentModel.IBindingList.AllowNew  
System.ComponentModel.IBindingList.AllowRemove  
System.ComponentModel.IBindingList.IsSorted  
System.ComponentModel.IBindingList.SortDirection  
System.ComponentModel.IBindingList.SortProperty  
System.ComponentModel.IBindingList.SupportsChangeNotification  
System.ComponentModel.IBindingList.SupportsSearching  
System.ComponentModel.IBindingList.SupportsSorting  

Top

See Also

Reference

ResultSetView Class
System.Data.SqlServerCe Namespace