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
Public property Supported by the .NET Compact Framework Columns Gets or sets the columns by name in a SqlCeResultSet which will be bound to a given control.
Public property Supported by the .NET Compact Framework 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
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

Public Events

  Name Description
Public event Supported by the .NET Compact Framework ListChanged This event is raised when items are added or removed from the ResultSetView.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

ResultSetView Class
System.Data.SqlServerCe Namespace