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

  Name Description
Explicit interface implemetationPrivate method IList. . :: . .Add(Object)
Explicit interface implemetationPrivate method IBindingList. . :: . .AddIndex(PropertyDescriptor)
Explicit interface implemetationPrivate method IBindingList. . :: . .AddNew() () () ()
Explicit interface implemetationPrivate property IBindingList. . :: . .AllowEdit
Explicit interface implemetationPrivate property IBindingList. . :: . .AllowNew
Explicit interface implemetationPrivate property IBindingList. . :: . .AllowRemove
Explicit interface implemetationPrivate method IBindingList. . :: . .ApplySort(PropertyDescriptor, ListSortDirection)
Explicit interface implemetationPrivate method IList. . :: . .Clear() () () ()
Explicit interface implemetationPrivate method IList. . :: . .Contains(Object)
Explicit interface implemetationPrivate method ICollection. . :: . .CopyTo(Array, Int32)
Explicit interface implemetationPrivate property ICollection. . :: . .Count
Explicit interface implemetationPrivate method IDisposable. . :: . .Dispose() () () ()
Explicit interface implemetationPrivate method IBindingList. . :: . .Find(PropertyDescriptor, Object)
Explicit interface implemetationPrivate method IEnumerable. . :: . .GetEnumerator() () () ()
Explicit interface implemetationPrivate method ITypedList. . :: . .GetItemProperties(array<PropertyDescriptor> [] () [] [])
Explicit interface implemetationPrivate method ITypedList. . :: . .GetListName(array<PropertyDescriptor> [] () [] [])
Explicit interface implemetationPrivate method IList. . :: . .IndexOf(Object)
Explicit interface implemetationPrivate method IList. . :: . .Insert(Int32, Object)
Explicit interface implemetationPrivate property IList. . :: . .IsFixedSize
Explicit interface implemetationPrivate property IList. . :: . .IsReadOnly
Explicit interface implemetationPrivate property IBindingList. . :: . .IsSorted
Explicit interface implemetationPrivate property ICollection. . :: . .IsSynchronized
Explicit interface implemetationPrivate property IList. . :: . .Item[ ( [ ( Int32] ) ] )
Explicit interface implemetationPrivate method IList. . :: . .Remove(Object)
Explicit interface implemetationPrivate method IList. . :: . .RemoveAt(Int32)
Explicit interface implemetationPrivate method IBindingList. . :: . .RemoveIndex(PropertyDescriptor)
Explicit interface implemetationPrivate method IBindingList. . :: . .RemoveSort() () () ()
Explicit interface implemetationPrivate property IBindingList. . :: . .SortDirection
Explicit interface implemetationPrivate property IBindingList. . :: . .SortProperty
Explicit interface implemetationPrivate property IBindingList. . :: . .SupportsChangeNotification
Explicit interface implemetationPrivate property IBindingList. . :: . .SupportsSearching
Explicit interface implemetationPrivate property IBindingList. . :: . .SupportsSorting
Explicit interface implemetationPrivate property ICollection. . :: . .SyncRoot

Top

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace