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. (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 For a description of this member, see ICollection.CopyTo.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IEnumerable.GetEnumerator For a description of this member, see IEnumerable.GetEnumerator.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add For a description of this member, see IList.Add.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Clear For a description of this member, see IList.Clear.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains For a description of this member, see IList.Contains.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf For a description of this member, see IList.IndexOf.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert For a description of this member, see IList.Insert.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove For a description of this member, see IList.Remove.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.RemoveAt For a description of this member, see 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 For a description of this member, see System.Collections.IDisposable.Dispose.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.Count For a description of this member, see ICollection.Count.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized For a description of this member, see ICollection.IsSynchronized.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot For a description of this member, see ICollection.SyncRoot.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize For a description of this member, see IList.IsFixedSize.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsReadOnly For a description of this member, see IList.IsReadOnly.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item For a description of this member, see 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